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:
@ -1,3 +1,8 @@
|
||||
2004-01-21 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
|
||||
BPSTAT_WHAT_CHECK_SHLIBS.
|
||||
|
||||
2004-01-21 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* MAINTAINERS: Add myself to write-after-approval.
|
||||
|
@ -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