* infrun.c (handle_inferior_event): Set stop_print_frame on
TARGET_WAITKIND_LOADED events, if stopping on solib-events.
+2009-11-13 Pedro Alves <pedro@codesourcery.com>
+
+ * infrun.c (handle_inferior_event): Set stop_print_frame on
+ TARGET_WAITKIND_LOADED events, if stopping on solib-events.
+
2009-11-13 Doug Evans <dje@google.com>
* dcache.c (dcache_block): Replace member newer with next,prev.
dynamically loaded objects (among other things). */
if (stop_on_solib_events)
{
+ /* Make sure we print "Stopped due to solib-event" in
+ normal_stop. */
+ stop_print_frame = 1;
+
stop_stepping (ecs);
return;
}