summaryrefslogtreecommitdiff
path: root/gdb_remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb_remote.h')
-rw-r--r--gdb_remote.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb_remote.h b/gdb_remote.h
new file mode 100644
index 0000000..7bd40f0
--- /dev/null
+++ b/gdb_remote.h
@@ -0,0 +1,8 @@
+#ifndef GDB_REMOTE_H_
+#define GDB_REMOTE_H_
+#include "blastem.h"
+
+void gdb_remote_init(void);
+m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
+
+#endif //GDB_REMOTE_H_