Fix reference to older name of debug variable.
This commit is contained in:
parent
7bde2fa50c
commit
95ac1d5dd2
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user