mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +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
4 lines
198 B
Plaintext
4 lines
198 B
Plaintext
prog: ../../coregrind/valgrind --tool=none --command-line-only=yes ./selfrun
|
|
vgopts: --vex-iropt-register-updates=allregs-at-mem-access
|
|
prereq: grep '^#define HAVE_PIE 1' ../../config.h > /dev/null
|