diff options
Diffstat (limited to 'gdbstub.h')
| -rw-r--r-- | gdbstub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbstub.h b/gdbstub.h index 1ba7931f77..4bfd872f31 100644 --- a/gdbstub.h +++ b/gdbstub.h @@ -13,6 +13,7 @@ void gdb_set_stop_cpu(CPUState *env); int gdb_handlesig (CPUState *, int); void gdb_exit(CPUState *, int); int gdbserver_start(int); +void gdbserver_fork(CPUState *); #else int gdbserver_start(const char *port); #endif |