diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-31 18:52:07 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-31 18:52:07 +0000 |
commit | 858693c63813f91ee3a0140bf3dfe5a069070eea (patch) | |
tree | f75740b148f801c8143c616cfde8af3d5f5b2f85 /cpu-all.h | |
parent | 9b14bb04ca9c747173ff947458c46f7416653dad (diff) | |
download | qemu-858693c63813f91ee3a0140bf3dfe5a069070eea.tar.gz qemu-858693c63813f91ee3a0140bf3dfe5a069070eea.tar.bz2 qemu-858693c63813f91ee3a0140bf3dfe5a069070eea.zip |
moved gdbstub to qemu - new asynchronous gdbstub
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@686 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -611,8 +611,6 @@ void page_unprotect_range(uint8_t *data, unsigned long data_size); #endif /* SINGLE_CPU_DEFINES */ -#define DEFAULT_GDBSTUB_PORT 1234 - void cpu_abort(CPUState *env, const char *fmt, ...); extern CPUState *cpu_single_env; extern int code_copy_enabled; @@ -722,9 +720,4 @@ static inline void cpu_physical_memory_set_dirty(target_ulong addr) void cpu_physical_memory_reset_dirty(target_ulong start, target_ulong end); -/* gdb stub API */ -extern int gdbstub_fd; -CPUState *cpu_gdbstub_get_env(void *opaque); -int cpu_gdbstub(void *opaque, int (*main_loop)(void *opaque), int port); - #endif /* CPU_ALL_H */ |