diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-28 21:39:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-28 21:39:37 +0000 |
commit | 67ffc3c415ba6bdf0811212154a8ddaa92c5f6c4 (patch) | |
tree | 4b948567903a5890353376e5429213a4b17ce7e9 /winsup/cygwin/how-to-debug-cygwin.txt | |
parent | 34f5d0879c2122899bb24c40691f06a8388ac623 (diff) | |
download | cygnal-67ffc3c415ba6bdf0811212154a8ddaa92c5f6c4.tar.gz cygnal-67ffc3c415ba6bdf0811212154a8ddaa92c5f6c4.tar.bz2 cygnal-67ffc3c415ba6bdf0811212154a8ddaa92c5f6c4.zip |
Put an underscore in front of the "active" in "strace.active".
Diffstat (limited to 'winsup/cygwin/how-to-debug-cygwin.txt')
-rw-r--r-- | winsup/cygwin/how-to-debug-cygwin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/how-to-debug-cygwin.txt b/winsup/cygwin/how-to-debug-cygwin.txt index a4de0209f..fcf53a27f 100644 --- a/winsup/cygwin/how-to-debug-cygwin.txt +++ b/winsup/cygwin/how-to-debug-cygwin.txt @@ -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, |