750cdcba9c
* tests/stack-fcall-3.c: Include <signal.h>. (f3): Call getpid or kill depending on the argument, store getpid result. * tests/stack-fcall.c (main): Remove arguments, call f0(0) and f0(1). * tests/strace-k-demangle.expected: Update expected output. * tests/strace-k.expected: Likewise. * tests/strace-k.test: Rewrite pattern matching code. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
3 lines
206 B
Plaintext
3 lines
206 B
Plaintext
^getpid .*(__kernel_vsyscall )?(__)?getpid ns::f3\(int\) ns::f2\(int\) ns::f1\(int\) ns::f0\(int\) main
|
|
^SIGURG .*(__kernel_vsyscall )?(__)?kill ns::f3\(int\) ns::f2\(int\) ns::f1\(int\) ns::f0\(int\) main
|