Don't check target is running in remote_target::mourn_inferior
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index 87cfacc8e8a8c4ddd1c338e1baad9e313df74297..dd925ea8c0682ef16c553fac2612a4bbca016834 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU/Linux native-dependent code for debugging multiple forks.
 
-   Copyright (C) 2005-2019 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -597,7 +597,7 @@ info_checkpoints_command (const char *arg, int from_tty)
 
          msym = lookup_minimal_symbol_by_pc (pc);
          if (msym.minsym)
-           printf_filtered (", <%s>", MSYMBOL_LINKAGE_NAME (msym.minsym));
+           printf_filtered (", <%s>", msym.minsym->linkage_name ());
        }
 
       putchar_filtered ('\n');
This page took 0.025115 seconds and 4 git commands to generate.