Remove ptid_get_lwp
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index 4b7e1777e9a57ebeba121e4bd8dbc81e10a71aab..1cbaca563b5ddcf40d42959efd8c2011f931027f 100644 (file)
@@ -723,7 +723,7 @@ checkpoint_command (const char *args, int from_tty)
                       fp != NULL ? fp->num : -1, (long) retpid);
       if (info_verbose)
        {
-         parent_pid = ptid_get_lwp (last_target_ptid);
+         parent_pid = last_target_ptid.lwp ();
          if (parent_pid == 0)
            parent_pid = last_target_ptid.pid ();
          printf_filtered (_("   gdb says parent = %ld.\n"),
This page took 0.025795 seconds and 4 git commands to generate.