gdbstub: added REUSEADDR/PORT and socket closing

This commit is contained in:
2023-10-08 23:52:26 +02:00
parent c3fa088a38
commit 44a917b398
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
#define GDBSTUB_H
void gdbstub_start();
void gdbstub_stop();
void gdbstub_wait_for_connection();
#endif