Merge pull request #10142 from aldelaro5/gdb-stub-rework

Rework the entire logic of the GDB stub
This commit is contained in:
Scott Mansell
2021-10-24 01:51:29 +13:00
committed by GitHub
12 changed files with 369 additions and 486 deletions

View File

@ -70,11 +70,9 @@ struct SConfig
// Settings
bool bEnableDebugging = false;
#ifdef USE_GDBSTUB
int iGDBPort;
#ifndef _WIN32
std::string gdb_socket;
#endif
#endif
bool bAutomaticStart = false;
bool bBootToPause = false;