]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update test to make it work with gdb 8.2
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 15 Sep 2018 08:58:07 +0000 (10:58 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 15 Sep 2018 08:58:07 +0000 (10:58 +0200)
Tested on debian/amd64 with gdb 7.12/8.0/8.1/8.2

gdbserver_tests/mcblocklistsearch.stderrB.exp
gdbserver_tests/mcblocklistsearch.stdinB.gdb

index 13133213293f1ed954b5151364eb5c75b9ff43f9..522f4a1f978caba71b92a5e24e102455baddf215 100644 (file)
@@ -1,6 +1,6 @@
 vgdb-error value changed from 0 to 999999
 Breakpoint 1 at 0x........: file leak-tree.c, line 42.
-Breakpoint 2 at 0x........: file leak-tree.c, line 67.
+Breakpoint 2 at 0x........: file leak-tree.c, line 68.
 Continuing.
 Breakpoint 1, f () at leak-tree.c:42
 42        t->l    = mk();   // B
index ba30a5ed7db36b826232c9bab102197c2e466b91..da515989a40df54ae57c4814f2bb3d287fd5dcef 100644 (file)
@@ -7,7 +7,7 @@ monitor v.set vgdb-error 999999
 # insert break after the allocation of A
 break leak-tree.c:42
 # insert break after returning from function f
-break leak-tree.c:67
+break leak-tree.c:68
 #
 # continue till //1break:
 continue