mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
BPSTAT_WHAT_CHECK_SHLIBS.
This commit is contained in:
@ -2301,7 +2301,7 @@ process_event_stop_test:
|
||||
gdb of events. This allows the user to get control
|
||||
and place breakpoints in initializer routines for
|
||||
dynamically loaded objects (among other things). */
|
||||
if (stop_on_solib_events)
|
||||
if (stop_on_solib_events || stop_stack_dummy)
|
||||
{
|
||||
stop_stepping (ecs);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user