mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Gdb debug server (#2542)
This commit is contained in:
parent
b54ba47870
commit
215a9f9e11
9 changed files with 1025 additions and 2 deletions
|
@ -112,6 +112,9 @@ LOG_CHANNEL(sys_libc);
|
|||
LOG_CHANNEL(sys_lv2dbg);
|
||||
LOG_CHANNEL(libnet);
|
||||
LOG_CHANNEL(sysPrxForUser);
|
||||
#ifdef WITH_GDB_DEBUGGER
|
||||
LOG_CHANNEL(gdbDebugServer);
|
||||
#endif
|
||||
|
||||
cfg::bool_entry g_cfg_hook_ppu_funcs(cfg::root.core, "Hook static functions");
|
||||
cfg::bool_entry g_cfg_load_liblv2(cfg::root.core, "Load liblv2.sprx only");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue