[strace/strace] Add -n/--syscall-number option (#149)
Elvira Khabirova
notifications at github.com
Fri Aug 21 15:31:41 UTC 2020
@parport0 commented on this pull request.
> @@ -0,0 +1,42 @@
+/*
+ * Test strace's -n option.
+ *
+ * Copyright (c) 2020 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#include "tests.h"
+#include "scno.h"
+
+#if defined __NR_socketcall && defined __NR_listen && defined __i386__
When !__NR_socketcall it hardly tests anything. Not saying it can't be run anyway.
--
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_r474772379
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200821/997a6e8c/attachment.htm>
More information about the Strace-devel
mailing list