mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
* Option --vex-iropt-precise-memory-exns has been removed. It is replaced by --vex-iropt-register-updates which accepts 3 values : 'unwindregs-at-mem-access' (replacing --vex-iropt-precise-memory-exns=no), 'allregs-at-mem-access' (replacing --vex-iropt-precise-memory-exns=yes) and a new value 'allregs-at-each-insn'. 'allregs-at-each-insn' allows the Valgrind gdbserver to always show up to date values to GDB. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12809
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
|