From e90096763d74b1126cf502c2d710d64df5ecbb63 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 26 Apr 2005 20:42:36 +0000 Subject: report user mode gdb exit codes (Paul Brook) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1401 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 63b88dadc5..7b42596f15 100644 --- a/gdbstub.h +++ b/gdbstub.h @@ -5,6 +5,7 @@ #ifdef CONFIG_USER_ONLY int gdb_handlesig (CPUState *, int); +void gdb_exit(CPUState *, int); #endif int gdbserver_start(int); -- cgit v1.2.3