2003-02-20 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 6a6eba307ab458c034aca94eb116828027dcb97b..5579df3ba47d18a2767b32357206620a19cdd109 100644 (file)
@@ -3387,7 +3387,7 @@ print_one_breakpoint (struct breakpoint *b,
            {
              ui_out_text (uiout, "in ");
              ui_out_field_string (uiout, "func",
-                                  SYMBOL_SOURCE_NAME (sym));
+                                  SYMBOL_PRINT_NAME (sym));
              ui_out_wrap_hint (uiout, wrap_indent);
              ui_out_text (uiout, " at ");
            }
This page took 0.023503 seconds and 4 git commands to generate.