added gdb support to vl
[qemu] / cpu-all.h
index e8cb075..13af7c2 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -302,6 +302,9 @@ void page_unprotect_range(uint8_t *data, unsigned long data_size);
 
 #endif
 
-#endif
+#endif /* SINGLE_CPU_DEFINES */
+
+void cpu_abort(CPUState *env, const char *fmt, ...);
+extern CPUState *cpu_single_env;
 
 #endif /* CPU_ALL_H */