[strace/strace] Add -n/--syscall-number option (#149)

Elvira Khabirova notifications at github.com
Fri Aug 21 15:06:54 UTC 2020


@parport0 commented on this pull request.



> +		const long args[] = { 0, 0 };
+		syscall(__NR_socketcall, SC_listen, args);
+		printf("[%4u] listen(0, 0) = -1 ENOTSOCK (%m)\n", SYS_socket_subcall + SC_listen);

Is that a green light to add a field to struct tcb and not *unmince the meat back*?

-- 
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#discussion_r474757462
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200821/041c393f/attachment.htm>


More information about the Strace-devel mailing list