mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* server.c (main): After the inferior having exited, call
remote_close before exiting gdbserver.
This commit is contained in:
parent
1b88d5c487
commit
0a59d50b2d
@ -1,3 +1,8 @@
|
||||
2009-03-31 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* server.c (main): After the inferior having exited, call
|
||||
remote_close before exiting gdbserver.
|
||||
|
||||
2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
Fix size of FPSCR in Power 7 processors.
|
||||
|
@ -1959,6 +1959,7 @@ main (int argc, char *argv[])
|
||||
else
|
||||
{
|
||||
fprintf (stderr, "GDBserver exiting\n");
|
||||
remote_close ();
|
||||
exit (0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user