mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +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
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
prereq: [ $(uname) != Linux ]
|
|
prog: procfs-cmdline-exe
|
|
stderr_filter: filter_stderr
|