However, I tried it on sparc-solaris with the gdb-6.0 sources because
I knew this target hasn't transitioned to the new frame framework.
It doesn't look like GDB is liking this change there (I've got a lot of
timeouts in call-ar-st). I am currently retrying on the head right now,
hoping the testsuite completes in a reasonable amount of time.
--- infrun.c 25 Nov 2003 16:01:36 -0000 1.122
+++ infrun.c 3 Dec 2003 19:24:07 -0000
@@ -2473,6 +2473,8 @@ process_event_stop_test:
}
if (((stop_pc == ecs->stop_func_start /* Quick test */
+ || frame_id_eq (get_frame_id (get_prev_frame (get_current_frame ())),
+ step_frame_id)
|| in_prologue (stop_pc, ecs->stop_func_start))
&& !IN_SOLIB_RETURN_TRAMPOLINE (stop_pc, ecs->stop_func_name))
|| IN_SOLIB_CALL_TRAMPOLINE (stop_pc, ecs->stop_func_name)
Stay tuned.