diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:14:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:14:37 +0000 |
commit | de057251e24bb4f1b1e5d65d9bf404b78169187a (patch) | |
tree | a8455e1e7cea3702209d7bbbce7b519023259e3e /winsup | |
parent | 48f939e29fe8990a4905d28976183757f2ff06f6 (diff) | |
download | newlib-de057251e24bb4f1b1e5d65d9bf404b78169187a.zip newlib-de057251e24bb4f1b1e5d65d9bf404b78169187a.tar.gz newlib-de057251e24bb4f1b1e5d65d9bf404b78169187a.tar.bz2 |
remove extra mask info
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/utils.sgml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 67bd225..347b686 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> |