[PATCH v7 1/4] Option to print only failing syscalls

Dmitry V. Levin ldv at altlinux.org
Thu Jul 11 12:25:13 UTC 2019


On Sat, Jul 06, 2019 at 09:19:00AM +0200, Paul Chaignon wrote:
> Existing -z option prints only successful syscalls.  This patch adds a -Z
> option to print only failing syscalls.
> 
> * strace.c (init): Handle new -Z option.
> * syscall.c (syscall_exiting_trace): Ignore failed syscalls if
> failing_only is set.
> * defs.h (failing_only): Expose new variable.
> 
> Resolves https://github.com/strace/strace/issues/50.

This should be
Resolves: https://github.com/strace/strace/issues/50

The fact that -Z is recognized doesn't make the issue resolved.
I think this "Resolves" tag should be moved to the subsequent commit
that actually makes -z and -Z work properly.

It's OK to add a "References" tag here instead.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20190711/e28d1164/attachment.bin>


More information about the Strace-devel mailing list