1 # connect gdb to Valgrind gdbserver:
2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcblocklistsearch
3 echo vgdb launched process attached\n
4 monitor v.set vgdb-error 999999
7 # insert break after the allocation of A
9 # insert break after returning from function f
12 # continue till //1break:
17 # continue till 2nd break
20 # check who points at A
21 eval "monitor who_points_at 0x%x 1", $0xA
22 # do a leak check, and then list the blocks lost
23 echo full leak search \n
24 monitor leak_check full reachable any
26 echo block list 6 D \n
28 echo block list 7 C F G \n