mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
Implement gdbstub
This commit is contained in:
parent
2f6927952f
commit
1d319e5b46
18 changed files with 1174 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <array>
|
||||
#include <common/file_util.h>
|
||||
|
||||
namespace Settings {
|
||||
|
||||
|
@ -60,6 +61,10 @@ struct Values {
|
|||
float bg_blue;
|
||||
|
||||
std::string log_filter;
|
||||
|
||||
// Debugging
|
||||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
} extern values;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue