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
|
@ -1,3 +1,7 @@
|
|||
2011-10-29 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* infcmd.c (disconnect_command): Call disconnect_tracing.
|
||||
|
||||
2011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Code cleanup.
|
||||
|
|
|
@ -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…
Reference in a new issue