import gdb-1999-12-21 snapshot
This commit is contained in:
parent
d3a0947552
commit
ed9a39ebf9
69 changed files with 6196 additions and 1946 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue