Replace the MSYMBOL_*_NAME macros with member functions
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index c9587ffe95a96c53ca795e3479ca5c5efbabe7d0..e90a1c0fbe8c5e65c84e5c67d3881ad6aa459d2d 100644 (file)
@@ -7085,7 +7085,7 @@ set_breakpoint_location_function (struct bp_location *loc)
        {
          struct breakpoint *b = loc->owner;
 
-         function_name = MSYMBOL_LINKAGE_NAME (loc->msymbol);
+         function_name = loc->msymbol->linkage_name ();
 
          if (b->type == bp_breakpoint && b->loc == loc
              && loc->next == NULL && b->related_breakpoint == b)
This page took 0.04606 seconds and 4 git commands to generate.