mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
- On Linux, whether Valgrind properly intercepts the system calls that access /proc/self/cmdline, /proc/<pid>/cmdline, /proc/self/exe and /proc/<pid>/exe. - On Darwin, whether Valgrind does not modify the behavior of the system calls that access the aforementioned files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10871
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
prereq: [ $(uname) = Linux ]
|
|
prog: procfs-cmdline-exe
|
|
args: arg1 "arg 2" arg3
|
|
stderr_filter: filter_stderr
|