report user mode gdb exit codes (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1401 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard
2005-04-26 20:42:36 +00:00
parent 43fb823b5f
commit e90096763d
3 changed files with 19 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#ifdef CONFIG_USER_ONLY
int gdb_handlesig (CPUState *, int);
void gdb_exit(CPUState *, int);
#endif
int gdbserver_start(int);