mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
import gdb-1999-0519
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user