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
@@ -36,6 +36,7 @@ int main(int argc, char** argv)
if(gdbstub)
{
pthread_join(cpu0_thread, 0);
gdbstub_stop();
}
else
{