mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
import gdb-1999-06-14 snapshot
This commit is contained in:
@ -835,7 +835,12 @@ read_actions (t)
|
||||
immediate_quit++;
|
||||
#ifdef STOP_SIGNAL
|
||||
if (job_control)
|
||||
signal (STOP_SIGNAL, stop_sig);
|
||||
{
|
||||
if (async_p)
|
||||
signal (STOP_SIGNAL, handle_stop_sig);
|
||||
else
|
||||
signal (STOP_SIGNAL, stop_sig);
|
||||
}
|
||||
#endif
|
||||
old_chain = make_cleanup ((make_cleanup_func) free_actions, (void *) t);
|
||||
while (1)
|
||||
|
Reference in New Issue
Block a user