8b58aa17fb
* tests/stack-fcall-3.c: Call etpid or kill depending on argument, store getpid result. * tests/stack-fcall.c: Call f0(0) and f0(1). * tests/strace-k-demangle.expected: Updat eexpected output. * tests/strace-k.expected: Likewise. * tests/strace-k.test: Update matching code.
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
|