summaryrefslogtreecommitdiff
path: root/gdb_remote.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2014-02-12 22:25:23 -0800
committerMike Pavone <pavone@retrodev.com>2014-02-12 22:25:23 -0800
commit1914888245e7ba723a75f1f5b1ba16bfaca3bd24 (patch)
treeed51dfcedae1d860ecdf857880058f7b15721a21 /gdb_remote.h
parent08024e63a3f5441229ccc1e4189e7a399017a681 (diff)
Add file that was accidentally omitted from a previous commit
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_