mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-08 16:36:21 +00:00
14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
# test helgrind monitor command
|
|
# test 'v.info location' monitor command
|
|
prog: ../helgrind/tests/hg01_all_ok
|
|
vgopts: --tool=helgrind --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-hginfo -q
|
|
prereq: test -e gdb.eval
|
|
stdout_filter: filter_make_empty
|
|
stderr_filter: filter_stderr
|
|
progB: gdb
|
|
argsB: --quiet -l 60 --nx ../helgrind/tests/hg01_all_ok
|
|
stdinB: hginfo.stdinB.gdb
|
|
stdoutB_filter: filter_gdb
|
|
stderrB_filter: filter_helgrind_monitor
|
|
stderrB_filter_args: hg01_all_ok.c
|