mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-08 08:26:14 +00:00
12 lines
493 B
Plaintext
12 lines
493 B
Plaintext
# test the signal handling, when signals are passed to the Valgrind guest.
|
|
prereq: test -e gdb
|
|
prog: ../none/tests/faultstatus
|
|
vgopts: --tool=memcheck --vgdb=full --vex-iropt-register-updates=allregs-at-mem-access --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcsigpass
|
|
stderr_filter: filter_memcheck_monitor
|
|
stderr_filter_args: faultstatus.c
|
|
progB: gdb
|
|
argsB: --quiet -l 60 --nx ../none/tests/faultstatus
|
|
stdinB: mcsigpass.stdinB.gdb
|
|
stdoutB_filter: filter_gdb
|
|
stderrB_filter: filter_make_empty
|