* infrun.c (wait_for_inferior): Don't set frame for
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 Jan 1994 21:14:40 +0000 (21:14 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 Jan 1994 21:14:40 +0000 (21:14 +0000)
commitd7e7e8515997432c5053426135c95b1993e99463
tree90164199ac46a0a92d4a377b8fbba35f1babf536
parenta3435c0e234dba24f28c6bd18ce9afcd9b5d1226
* infrun.c (wait_for_inferior): Don't set frame for
step_resume_breakpoint for IN_SIGTRAMP cases.

* infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
breakpoint.c (bpstat_what): Move step_resume from its own field of
the struct bpstat_what into the main_action.  Make it override
other breakpoints.  This is a conservative change in the sense
that before the step resume breakpoint was a breakpoint.c
breakpoint, hitting the step resume breakpoint overrode even
calling bpstat_stop_status.
gdb/ChangeLog
gdb/breakpoint.c