|
From: <sv...@va...> - 2017-04-13 16:12:02
|
Author: petarj
Date: Thu Apr 13 17:11:54 2017
New Revision: 16303
Log:
increase heuristic-fence-post limit for gdbserver_tests/mcmain_pic
GDB reports to be "unable to find the start of the function" and suggests
increasing the range of the search using the 'set heuristic-fence-post'
command. So we did.
It fixes gdbserver_tests/mcmain_pic on some platforms.
Modified:
trunk/gdbserver_tests/mcmain_pic.stdinB.gdb
Modified: trunk/gdbserver_tests/mcmain_pic.stdinB.gdb
==============================================================================
--- trunk/gdbserver_tests/mcmain_pic.stdinB.gdb (original)
+++ trunk/gdbserver_tests/mcmain_pic.stdinB.gdb Thu Apr 13 17:11:54 2017
@@ -1,6 +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
monitor v.set vgdb-error 999999
#
# break
|