From 2b1319c85c94b7defef2ac2191bb50d773c81db4 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 18 Dec 2008 22:44:04 +0000 Subject: User-mode GDB stub improvements - handle fork Close gdbserver in child processes, so that only one stub tries to talk to GDB at a time. Updated from an earlier patch by Paul Brook. Signed-off-by: Daniel Jacobowitz Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6095 c046a42c-6fe2-441c-8c8c-71466251a162 --- gdbstub.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdbstub.h') diff --git a/gdbstub.h b/gdbstub.h index 1ba7931..4bfd872 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 -- cgit v1.1