gdb/
* infcmd.c (disconnect_command): Call disconnect_tracing.
This commit is contained in:
parent
b1d96efdaa
commit
d31647d24b
2 changed files with 5 additions and 0 deletions
|
@ -2679,6 +2679,7 @@ static void
|
|||
disconnect_command (char *args, int from_tty)
|
||||
{
|
||||
dont_repeat (); /* Not for the faint of heart. */
|
||||
disconnect_tracing (from_tty);
|
||||
target_disconnect (args, from_tty);
|
||||
no_shared_libraries (NULL, from_tty);
|
||||
init_thread_list ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue