diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 20:46:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 20:46:05 +0000 |
commit | c636bb66cc9043032caf20cb067bf9c818b7d17e (patch) | |
tree | 51cbf84685276b0433ce1548a55fa9bda65ee880 /gdbstub.h | |
parent | 84f2e8ef058f5919f0e896d48edecc4c1282e092 (diff) |
gdbserver fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2393 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'gdbstub.h')
-rw-r--r-- | gdbstub.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ void gdb_exit(CPUState *, int); int gdbserver_start(int); #else int gdbserver_start(CharDriverState *chr); +int gdbserver_start_port(int port); #endif #endif |