mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Improve GDB debug server (#4027)
* Made GDB debugger working with IDA * Added async interrupts support * Report proper thread after pausing * Support attaching debugger before running app
This commit is contained in:
parent
2444385763
commit
e0f53ace19
4 changed files with 78 additions and 33 deletions
|
@ -101,7 +101,7 @@ bool cpu_thread::check_state()
|
|||
{
|
||||
#ifdef WITH_GDB_DEBUGGER
|
||||
if (test(state, cpu_flag::dbg_pause)) {
|
||||
fxm::get<GDBDebugServer>()->notify();
|
||||
fxm::get<GDBDebugServer>()->pause_from(this);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue