]> sourceware.org Git - newlib-cygwin.git/commitdiff
Put an underscore in front of the "active" in "strace.active".
authorChristopher Faylor <me@cgf.cx>
Sun, 28 May 2006 21:39:37 +0000 (21:39 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 28 May 2006 21:39:37 +0000 (21:39 +0000)
winsup/cygwin/how-to-debug-cygwin.txt

index a4de0209f0789f2080923491a7deabc76457850b..fcf53a27f27be7bb7f00559e61c015be96a38431 100644 (file)
@@ -118,7 +118,7 @@ set CYGWIN_DEBUG=cat.exe:gdb.exe
     (gdb) l dll_crt0_1
     (gdb) b <<first line in the function>>
     (gdb) run
-    (gdb) set strace.active=1
+    (gdb) set strace._active=1
     (gdb) continue
 
    The program will then run in "strace mode", calling each strace *_printf,
This page took 0.03202 seconds and 5 git commands to generate.