diff options
Diffstat (limited to 'include/gdbstub/user.h')
| -rw-r--r-- | include/gdbstub/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdbstub/user.h b/include/gdbstub/user.h index e33f8d9a9a..3f9f45946e 100644 --- a/include/gdbstub/user.h +++ b/include/gdbstub/user.h @@ -54,7 +54,7 @@ void gdbserver_fork_start(void); * gdbserver_fork() - disable gdb stub for child processes. * @cs: CPU */ -void gdbserver_fork(CPUState *cs); +void gdbserver_fork(CPUState *cs, pid_t pid); /** * gdb_syscall_entry() - inform gdb of syscall entry and yield control to it |