diff --git a/gdb-6.3-thread-step-20041207.patch b/gdb-6.3-thread-step-20041207.patch index 7737b7d..c6e2a4e 100644 --- a/gdb-6.3-thread-step-20041207.patch +++ b/gdb-6.3-thread-step-20041207.patch @@ -43,7 +43,7 @@ + different after a breakpoint vs a step (e.g. x86). */ + lp = iterate_over_lwps (find_singlestep_lwp_callback, NULL); + if (lp) { -+ if (debug_lin_lwp) ++ if (debug_linux_nat) + fprintf_unfiltered (gdb_stdlog, + "LLW: Found step lwp %s.\n", + target_pid_to_str (lp->ptid));