mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 11:25:52 +08:00
import gdb-19990504 snapshot
This commit is contained in:
@ -2004,6 +2004,10 @@ gnu_attach (args, from_tty)
|
||||
attach_flag = 1;
|
||||
push_target (&gnu_ops);
|
||||
|
||||
/* We have to initialize the terminal settings now, since the code
|
||||
below might try to restore them. */
|
||||
target_terminal_init ();
|
||||
|
||||
inf_update_signal_thread (inf);
|
||||
inf_set_traced (inf, inf->want_signals);
|
||||
|
||||
|
Reference in New Issue
Block a user