Mercurial > repos > blastem
comparison gdb_remote.h @ 2676:7e86ec94c899
Implement breakpoints in new 68K core
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 15 Mar 2025 23:15:05 -0700 |
parents | 85a90964b557 |
children |
comparison
equal
deleted
inserted
replaced
2675:dbff641a33df | 2676:7e86ec94c899 |
---|---|
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 void gdb_debug_enter(m68k_context * context, uint32_t pc); | 6 void gdb_debug_enter(void *vcontext, uint32_t pc); |
7 | 7 |
8 #endif //GDB_REMOTE_H_ | 8 #endif //GDB_REMOTE_H_ |