summaryrefslogtreecommitdiff
path: root/gdbstub.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-09-30 21:04:53 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-09-30 21:04:53 +0000
commit6180a1818ad1f6147983e48314ab6cbf49d4f084 (patch)
treed151bf5f87425ac9f4218d551da17d87af7823c6 /gdbstub.c
parentd3eead2eec2f74fded2bed2cb8c21fd8404aeeb9 (diff)
downloadqemu-6180a1818ad1f6147983e48314ab6cbf49d4f084.tar.gz
new directory structure
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@391 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'gdbstub.c')
-rw-r--r--gdbstub.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/gdbstub.c b/gdbstub.c
index 61cb6b1ab5..d73a7efe36 100644
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -28,14 +28,9 @@
#include <signal.h>
#include "config.h"
-#ifdef TARGET_I386
-#include "cpu-i386.h"
-#endif
-#ifdef TARGET_ARM
-#include "cpu-arm.h"
-#endif
+#include "cpu.h"
#include "thunk.h"
-#include "exec.h"
+#include "exec-all.h"
//#define DEBUG_GDB