diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-19 19:51:25 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-19 19:51:25 +0000 |
commit | ee0bbc7b5473c960d516287c26e1bd04eef9671e (patch) | |
tree | bbce568f4f8ece09fd70ac279221407a313b5b76 /gdb/infrun.c | |
parent | 07d2d395ebff94567e11e2c2fda2ce947de65923 (diff) | |
download | gdb-ee0bbc7b5473c960d516287c26e1bd04eef9671e.tar.gz |
import gdb-1999-0519
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 7851ef894bc..81b288d247d 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -925,7 +925,7 @@ proceed (addr, siggnal, step) PREPARE_TO_PROCEED checks the current thread against the thread that reported the most recent event. If a step-over is required it returns TRUE and sets the current thread to the old thread. */ - if (PREPARE_TO_PROCEED () && breakpoint_here_p (read_pc ())) + if (PREPARE_TO_PROCEED (1) && breakpoint_here_p (read_pc ())) { oneproc = 1; thread_step_needed = 1; |