diff options
Diffstat (limited to 'gdbstub.h')
| -rw-r--r-- | gdbstub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbstub.h b/gdbstub.h index 4bfd872f31..c7d1c4b43f 100644 --- a/gdbstub.h +++ b/gdbstub.h @@ -10,8 +10,10 @@ void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...); int use_gdb_syscalls(void); void gdb_set_stop_cpu(CPUState *env); #ifdef CONFIG_USER_ONLY +int gdb_queuesig (void); int gdb_handlesig (CPUState *, int); void gdb_exit(CPUState *, int); +void gdb_signalled(CPUState *, int); int gdbserver_start(int); void gdbserver_fork(CPUState *); #else |