blob: 7bd40f01daca9eabf2d19363638d350edbb83f58 (
plain)
1
2
3
4
5
6
7
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_
|