Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-04 07:14:37 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-04 07:14:37 +0300
commitde057251e24bb4f1b1e5d65d9bf404b78169187a (patch)
treea8455e1e7cea3702209d7bbbce7b519023259e3e /winsup/utils
parent48f939e29fe8990a4905d28976183757f2ff06f6 (diff)
remove extra mask info
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/utils.sgml21
1 files changed, 0 insertions, 21 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index 67bd225cd..347b6867f 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -652,27 +652,6 @@ Usage strace [options] program [args...]
optionally the children of the program, reporting any Cygwin DLL output
from the program(s) to file. This program is mainly useful for debugging
the Cygwin DLL itself.
-
-The mask argument is a hexadecimal string signifying which events should be
-reported. The valid bits to set are as follows:
-</para>
-
-<screen>
- Bit Explanation
-0x00000001 All strace output is collected
-0x00000008 Unusual or weird phenomenon
-0x00000010 System calls
-0x00000020 argv/envp printout at startup
-0x00000040 Information useful for DLL debugging
-0x00000080 Paranoid information
-0x00000100 Termios debbugging
-0x00000200 Select() function debugging
-0x00000400 Window message debugging
-0x00000800 Signal and process handling
-0x00001000 Very minimal strace output
-0x00020000 Malloc calls
-0x00040000 Thread locking calls
-</screen>
</sect2>
<sect2 id="regtool"><title>regtool</title>