forked from Imagelibrary/binutils-gdb
* server.c (main): After the inferior having exited, call
remote_close before exiting gdbserver.
This commit is contained in:
@@ -1959,6 +1959,7 @@ main (int argc, char *argv[])
|
||||
else
|
||||
{
|
||||
fprintf (stderr, "GDBserver exiting\n");
|
||||
remote_close ();
|
||||
exit (0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user