mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
gdb/
* infcmd.c (disconnect_command): Call disconnect_tracing.
This commit is contained in:
@ -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 ();
|
||||
|
Reference in New Issue
Block a user