mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
GDBStub: rework the breakpoint and the control logic
This commit is contained in:
@ -35,6 +35,8 @@ void gdb_init(u32 port);
|
||||
void gdb_init_local(const char* socket);
|
||||
void gdb_deinit();
|
||||
bool gdb_active();
|
||||
bool gdb_hasControl();
|
||||
void gdb_takeControl();
|
||||
void gdb_break();
|
||||
|
||||
void gdb_handle_exception(bool loopUntilContinue);
|
||||
|
Reference in New Issue
Block a user