X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Ffork-child.c;h=7a71ec0b1cafbc7dddaafb1cccd4d42e0ab8353f;hb=5b6d1e4fa4fc6827c7b3f0e99ff120dfa14d65d2;hp=8b792b5b802fd593fb5533773c782ea7f14db378;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/fork-child.c b/gdb/gdbserver/fork-child.c index 8b792b5b80..7a71ec0b1c 100644 --- a/gdb/gdbserver/fork-child.c +++ b/gdb/gdbserver/fork-child.c @@ -1,5 +1,5 @@ /* Fork a Unix child process, and set up to debug it, for GDBserver. - Copyright (C) 1989-2019 Free Software Foundation, Inc. + Copyright (C) 1989-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -17,7 +17,7 @@ along with this program. If not, see . */ #include "server.h" -#include "job-control.h" +#include "gdbsupport/job-control.h" #include "nat/fork-inferior.h" #ifdef HAVE_SIGNAL_H #include @@ -107,7 +107,8 @@ post_fork_inferior (int pid, const char *program) atexit (restore_old_foreground_pgrp); #endif - startup_inferior (pid, START_INFERIOR_TRAPS_EXPECTED, + startup_inferior (the_target, pid, + START_INFERIOR_TRAPS_EXPECTED, &cs.last_status, &cs.last_ptid); current_thread->last_resume_kind = resume_stop; current_thread->last_status = cs.last_status;