diff options
Diffstat (limited to 'include/gdbstub/user.h')
| -rw-r--r-- | include/gdbstub/user.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdbstub/user.h b/include/gdbstub/user.h index 68b6534130..e33f8d9a9a 100644 --- a/include/gdbstub/user.h +++ b/include/gdbstub/user.h @@ -46,6 +46,11 @@ static inline int gdb_handlesig(CPUState *cpu, int sig) void gdb_signalled(CPUArchState *as, int sig); /** + * gdbserver_fork_start() - inform gdb of the upcoming fork() + */ +void gdbserver_fork_start(void); + +/** * gdbserver_fork() - disable gdb stub for child processes. * @cs: CPU */ |