]> granicus.if.org Git - strace/commit
Allow -q to be repeated for very quiet output
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 13 May 2013 10:30:55 +0000 (11:30 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 May 2013 14:11:31 +0000 (14:11 +0000)
commit01997cf32d4492b9898283ced45e8a4a6fd161b8
treef2ed4dc0c0519a09ad975fec55b95ae50e6791e6
parent8190912d2e97c9d18de65dc8a6fbd93750642bd3
Allow -q to be repeated for very quiet output

Even with the -q flag specified, tracing output is still mixed
with messages about signals and process exit status, which is
often irrelevant.  Allow the -q option to be repeated to force
the suppression of signals / exit status info too.

* defs.h: Change 'qflag' from 'bool' to 'unsigned int'.
* strace.1: Document ability to repeat '-q' option.
* strace.c: Allow '-q' to be repeated to quieten process
exit status and signal messages.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
defs.h
strace.1
strace.c