mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +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>
|
2011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Code cleanup.
|
Code cleanup.
|
||||||
|
@ -2679,6 +2679,7 @@ static void
|
|||||||
disconnect_command (char *args, int from_tty)
|
disconnect_command (char *args, int from_tty)
|
||||||
{
|
{
|
||||||
dont_repeat (); /* Not for the faint of heart. */
|
dont_repeat (); /* Not for the faint of heart. */
|
||||||
|
disconnect_tracing (from_tty);
|
||||||
target_disconnect (args, from_tty);
|
target_disconnect (args, from_tty);
|
||||||
no_shared_libraries (NULL, from_tty);
|
no_shared_libraries (NULL, from_tty);
|
||||||
init_thread_list ();
|
init_thread_list ();
|
||||||
|
Reference in New Issue
Block a user