summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-05-19 19:51:25 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-05-19 19:51:25 +0000
commitee0bbc7b5473c960d516287c26e1bd04eef9671e (patch)
treebbce568f4f8ece09fd70ac279221407a313b5b76 /gdb/infrun.c
parent07d2d395ebff94567e11e2c2fda2ce947de65923 (diff)
downloadgdb-ee0bbc7b5473c960d516287c26e1bd04eef9671e.tar.gz
import gdb-1999-0519
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
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;