Delay GDB server launch until emulator run (#4658)

This commit is contained in:
Daniel Valentine 2018-06-08 08:34:27 -04:00 committed by Ani
parent 7b5dcd9d6a
commit fb20c27e7b
3 changed files with 10 additions and 3 deletions

View file

@ -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;
}