# HG changeset patch # User Mike Pavone # Date 1392272723 28800 # Node ID aae9e738c6a4eee434fc0b47bfc78a18d9434db1 # Parent 7df7f493b3b6d813b0a7ebb41e3c40e147a63be3 Add file that was accidentally omitted from a previous commit diff -r 7df7f493b3b6 -r aae9e738c6a4 gdb_remote.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gdb_remote.h Wed Feb 12 22:25:23 2014 -0800 @@ -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_