diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 0cbff727cc6..e37e1581330 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -607,7 +607,7 @@ nto_interrupt (int signo) /* If this doesn't work, try more severe steps. */ signal (signo, nto_interrupt_twice); - target_stop (); + target_stop (inferior_ptid); } static ptid_t @@ -1094,7 +1094,7 @@ procfs_create_inferior (char *exec_file, char *allargs, char **env, } static void -procfs_stop (void) +procfs_stop (ptid_t ptid) { devctl (ctl_fd, DCMD_PROC_STOP, NULL, 0, 0); } |