Fix reference to older name of debug variable.

This commit is contained in:
Jeff Johnston 2005-01-07 21:07:55 +00:00
parent 7bde2fa50c
commit 95ac1d5dd2
1 changed files with 1 additions and 1 deletions

View File

@ -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));