mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Update test to make it work with gdb 8.2
Tested on debian/amd64 with gdb 7.12/8.0/8.1/8.2
This commit is contained in:
parent
4f5e6168e7
commit
e7f3450869
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user