Put an underscore in front of the "active" in "strace.active".

This commit is contained in:
Christopher Faylor 2006-05-28 21:39:37 +00:00
parent 34f5d0879c
commit 67ffc3c415
1 changed files with 1 additions and 1 deletions

View 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,