utils/ChangeLog:

* strace.cc (mnemonic_table): Add pthread mask option.
(usage): Document strace pthread mask option.
* utils.sgml: Ditto.

cygwin/ChangeLog:
* include/sys/strace.h: Remove old code.  Add support for ptrace
tracing.
This commit is contained in:
Christopher Faylor
2010-02-19 17:55:27 +00:00
parent 6c36e83bab
commit ff3e6bcbec
5 changed files with 20 additions and 30 deletions

View File

@ -1877,6 +1877,7 @@ Trace system calls and signals
wm 0x00400 (_STRACE_WM) Trace Windows msgs (enable _strace_wm).
sigp 0x00800 (_STRACE_SIGP) Trace signal and process handling.
minimal 0x01000 (_STRACE_MINIMAL) Very minimal strace output.
pthread 0x02000 (_STRACE_PTHREAD) Pthread calls.
exitdump 0x04000 (_STRACE_EXITDUMP) Dump strace cache on exit.
system 0x08000 (_STRACE_SYSTEM) Serious error; goes to console and log.
nomutex 0x10000 (_STRACE_NOMUTEX) Don't use mutex for synchronization.