summaryrefslogtreecommitdiff
path: root/gdb_remote.h
blob: 0e85009919da62bb8c68ef68851523a9acc35184 (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);
void gdb_debug_enter(m68k_context * context, uint32_t pc);

#endif //GDB_REMOTE_H_