mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-05-13 06:32:58 +00:00
Delay GDB server launch until emulator run (#4658)
This commit is contained in:
parent
7b5dcd9d6a
commit
fb20c27e7b
3 changed files with 10 additions and 3 deletions
|
@ -338,6 +338,7 @@ bool GDBDebugServer::select_thread(u64 id)
|
|||
selected_thread = ppu.ptr;
|
||||
return true;
|
||||
}
|
||||
gdbDebugServer.warning("Unable to select thread! Is the emulator running?");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue