]> granicus.if.org Git - strace/commit
strace.c: support simultaneous usage of -r and -t options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 28 Mar 2018 14:22:04 +0000 (16:22 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Apr 2018 20:32:42 +0000 (20:32 +0000)
commit698e9c30d4f31cc5ee850c03a693769affe461a1
treec87c15463267f0b3a9d0fea50724b845a7e2e230
parentbed7622d498046a02171ffe8d15c51f4b66de0ca
strace.c: support simultaneous usage of -r and -t options

* strace.c (init): Do not set tflag when rflag is set.
(printleader): Handle rflag and tflag separately.
* strace.1.in (.SH OPTIONS): Add a note about differences between
the monotonic clock time  and the wall clock time.
* tests/options-syntax.test: Remove the check for
"-tt has no effect with -r" warning.
* NEWS: Mention this.

Suggested-by: Josh Triplett <josh@freedesktop.org>
Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466195
NEWS
strace.1.in
strace.c
tests/options-syntax.test