Fix regression following r16303

Use 'set heuristic-fence-post 999999' only on mips platforms



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16305
This commit is contained in:
Philippe Waroquiers 2017-04-16 08:36:43 +00:00
parent ab5479e94e
commit ec4400bccb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# connect gdb to Valgrind gdbserver:
target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcmain_pic
echo vgdb launched process attached\n
set heuristic-fence-post 999999
source mcmain_pic.heur
monitor v.set vgdb-error 999999
#
# break

View File

@ -3,7 +3,7 @@
# information via the gdbserver protocol packet qXfer:auxv:read:
# The content of the auxv data can be shown by gdb using
# gdb command 'info auxv'
prereq: test -e gdb.pic
prereq: test -e gdb.pic && if ../tests/arch_test mips32 || ../tests/arch_test mips64 ; then echo "set heuristic-fence-post 999999" ; else echo '' ; fi > mcmain_pic.heur
prog: main_pic
vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcmain_pic
stdout_filter: filter_gdb