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
+7
View File
@@ -0,0 +1,7 @@
#ifndef GDBSTUB_H
#define GDBSTUB_H
void gdbstub_start();
void gdbstub_wait_for_connection();
#endif