From 95ac1d5dd2fafe34ec1e264448a3fe8484ef32e4 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 7 Jan 2005 21:07:55 +0000 Subject: [PATCH] Fix reference to older name of debug variable. --- gdb-6.3-thread-step-20041207.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));