BPSTAT_WHAT_CHECK_SHLIBS.
+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.
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;