diff options
Diffstat (limited to 'gdbstub/user.c')
| -rw-r--r-- | gdbstub/user.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbstub/user.c b/gdbstub/user.c index 3ce20b7bbf..536fb43b03 100644 --- a/gdbstub/user.c +++ b/gdbstub/user.c @@ -356,6 +356,10 @@ int gdbserver_start(const char *port_or_path) return -1; } +void gdbserver_fork_start(void) +{ +} + static void disable_gdbstub(CPUState *thread_cpu) { CPUState *cpu; |