Introduce basic_safe_range
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index 6b4cf2052286e402239fa2743ef886598a774986..e9ca1c577aed9bc8c382bf4271f2380e0b65e972 100644 (file)
@@ -1109,7 +1109,7 @@ info_cb (const td_thrhandle_t *th, void *s)
 
          printf_filtered ("   startfunc=%s",
                           msym.minsym
-                          ? MSYMBOL_PRINT_NAME (msym.minsym)
+                          ? msym.minsym->print_name ()
                           : paddress (target_gdbarch (), ti.ti_startfunc));
        }
 
@@ -1121,7 +1121,7 @@ info_cb (const td_thrhandle_t *th, void *s)
 
          printf_filtered ("   sleepfunc=%s",
                           msym.minsym
-                          ? MSYMBOL_PRINT_NAME (msym.minsym)
+                          ? msym.minsym->print_name ()
                           : paddress (target_gdbarch (), ti.ti_pc));
        }
 
This page took 0.025889 seconds and 4 git commands to generate.