Added mock gdbstub implementation

This commit is contained in:
2023-10-05 23:04:59 +02:00
parent 378d0fa463
commit 5b020b0444
5 changed files with 99 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ extern char* CURRENT_NAME;
/* Program options */
extern size_t memory_size;
extern char* file_path;
extern bool gdbstub;
void parse_options(int argc, char** argv);
#endif