]> git.proxmox.com Git - qemu.git/blobdiff - cpu-all.h
moved gdbstub to qemu - new asynchronous gdbstub
[qemu.git] / cpu-all.h
index b8beddbc3457296492d607a06699a6dba0c5738c..71a300398ad43bf7c9110da74e4f46c2c8335336 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -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 */