gdbstub: added REUSEADDR/PORT and socket closing
This commit is contained in:
@@ -36,6 +36,7 @@ int main(int argc, char** argv)
|
||||
if(gdbstub)
|
||||
{
|
||||
pthread_join(cpu0_thread, 0);
|
||||
gdbstub_stop();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user