comparison gdb_remote.h @ 1329:85a90964b557

Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching
author Michael Pavone <pavone@retrodev.com>
date Mon, 24 Apr 2017 20:49:31 -0700
parents 22e87b739ad6
children
comparison
equal deleted inserted replaced
1328:70faad89d491 1329:85a90964b557
1 #ifndef GDB_REMOTE_H_ 1 #ifndef GDB_REMOTE_H_
2 #define GDB_REMOTE_H_ 2 #define GDB_REMOTE_H_
3 #include "genesis.h" 3 #include "genesis.h"
4 4
5 void gdb_remote_init(void); 5 void gdb_remote_init(void);
6 m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc); 6 void gdb_debug_enter(m68k_context * context, uint32_t pc);
7 7
8 #endif //GDB_REMOTE_H_ 8 #endif //GDB_REMOTE_H_