blob: a908d656f3bfb0e772ba93e80fea41c5eb1bade8 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef GDB_REMOTE_H_
#define GDB_REMOTE_H_
#include "genesis.h"
void gdb_remote_init(void);
m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
#endif //GDB_REMOTE_H_
|