import gdb-1999-12-21 snapshot

This commit is contained in:
Jason Molenda 1999-12-22 21:45:38 +00:00
parent d3a0947552
commit ed9a39ebf9
69 changed files with 6196 additions and 1946 deletions

View file

@ -2528,9 +2528,8 @@ bpstat_stop_status (pc, not_a_breakpoint)
real_breakpoint = 1;
}
if (b->frame && b->frame != (get_current_frame ())->frame &&
(b->type == bp_step_resume &&
(INNER_THAN (get_current_frame ()->frame, b->frame))))
if (b->frame &&
b->frame != (get_current_frame ())->frame)
bs->stop = 0;
else
{