diff options
author | Christopher Faylor <me@cgf.cx> | 2000-11-19 04:53:46 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-11-19 04:53:46 +0000 |
commit | 9f7bdd2b5833a1c5b7fdece79c4366f68f3c8657 (patch) | |
tree | f3d48e11349a518fa73aa614e8593bf95869a689 /winsup/doc/how-programming.texinfo | |
parent | 25688b70d5b8b8adb7b754bba824707d2735e4b3 (diff) | |
download | cygnal-9f7bdd2b5833a1c5b7fdece79c4366f68f3c8657.tar.gz cygnal-9f7bdd2b5833a1c5b7fdece79c4366f68f3c8657.tar.bz2 cygnal-9f7bdd2b5833a1c5b7fdece79c4366f68f3c8657.zip |
* cygwinenv.sgml: Remove CYGWIN=strace option. Update CYGWIN options.
* how-programming.texinfo: Remove stuff about CYGWIN=strace.
* setup2.sgml: Remove CYGWIN=strace example.
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 1140d0954..6795ad9b0 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -397,16 +397,6 @@ programs with various debug and trace messages enabled. For information on using @code{strace}, see the Cygwin User's Guide or the file @code{winsup/utils/utils.sgml}. -Alternatively, you can set the @code{STRACE} environment variable to -@code{1}, and get a whole load of debug information on your screen -whenever a Cygwin app runs. This is an especially useful tool to use -when tracking bugs down inside the Cygwin library. @code{STRACE} can be -set to different values to achieve different amounts of granularity. -You can set it to @code{0x10} for information about syscalls or -@code{0x800} for signal/process handling-related info, to name two. The -strace mechanism is well documented in the Cygwin library sources in the -file @code{winsup/cygwin/include/sys/strace.h}. - @subsection Why doesn't gdb handle signals? Unfortunately, there is only minimal signal handling support in gdb |