[strace/strace] Add -n/--syscall-number option (#149)
Dmitry V. Levin
notifications at github.com
Fri Aug 21 17:15:58 UTC 2020
```
$ env -i ./strace -n -v -e/execve,/exit tests-m32/strace-n > /dev/null
[ 59] execve("tests-m32/strace-n", ["tests-m32/strace-n"], []) = 0
[ 59] [ Process PID=12345 runs in 32 bit mode. ]
[ 252] exit_group(0) = ?
[ 252] +++ exited with 0 +++
```
Is this behaviour of the new -n option expected?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/149#issuecomment-678398567
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200821/8494f850/attachment.htm>
More information about the Strace-devel
mailing list