Replace the MSYMBOL_*_NAME macros with member functions
[deliverable/binutils-gdb.git] / gdb / python / py-framefilter.c
index 4dd6243ae99eb63fb91230b37f2f3482ec0803c0..3ef5b6a488df9f41406fde70652ee76267c328f8 100644 (file)
@@ -934,7 +934,7 @@ py_print_frame (PyObject *filter, frame_filter_flags flags,
 
              msymbol = lookup_minimal_symbol_by_pc (addr);
              if (msymbol.minsym != NULL)
-               function = MSYMBOL_PRINT_NAME (msymbol.minsym);
+               function = msymbol.minsym->print_name ();
            }
          else if (py_func != Py_None)
            {
This page took 0.026561 seconds and 4 git commands to generate.