1 # connect gdb to Valgrind gdbserver:
2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlself_invalidate
3 echo vgdb launched process attached\n
4 # place a breakpoint that will cause an invalidation of the currently executed translation
6 # Now, continue till the end. This should not crash
13 # and the process should exit very quickly now