4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

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

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,