diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-02 17:46:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-02 17:46:38 +0000 |
commit | f69af9b3d2352f2343234cc83c93df7375086679 (patch) | |
tree | e09f18ba573bbef53adf40557791d5917c315dc6 /winsup/utils/utils.sgml | |
parent | 97478fe6b48cf652434119911dc6caf8e07a603d (diff) | |
download | cygnal-f69af9b3d2352f2343234cc83c93df7375086679.tar.gz cygnal-f69af9b3d2352f2343234cc83c93df7375086679.tar.bz2 cygnal-f69af9b3d2352f2343234cc83c93df7375086679.zip |
* strace.cc (forkdebug): Make true by default.
(attach_process): Use window pid if cygwin pid isn't available (yet).
(create_child): Use either DEBUG_ONLY_THIS_PROCESS or DEBUG_PROCESS,
exclusively. (Suggested by Conrad.Scott@dsl.pipex.com)
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 53448f2b0..d9a6049c9 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -645,7 +645,7 @@ Usage strace [options] program [args...] -b, --buffer-size=SIZE set size of output file buffer -d, --no-delta don't display the delta-t microsecond timestamp - -f, --trace-children also trace forked child processes + -f, --trace-children trace child processes (toggle -- default is "true") -h, --help display help info -m, --mask=MASK set message filter mask -n, --crack-error-numbers output descriptive text instead of error |