aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/gdbstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/gdbstub.c')
-rw-r--r--stubs/gdbstub.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c
new file mode 100644
index 000000000..2b7aee50d
--- /dev/null
+++ b/stubs/gdbstub.c
@@ -0,0 +1,6 @@
+#include "qemu/osdep.h"
+#include "exec/gdbstub.h" /* xml_builtin */
+
+const char *const xml_builtin[][2] = {
+ { NULL, NULL }
+};