ftmemsim-valgrind/gdbserver_tests/nlgone_exit.stdinB.gdb
Philippe Waroquiers ac230f7fcb Too difficult to match the stacktrace of the last instruction
of a program => let's remove these (uninteresting) lines
rather than trying to 'sed' them to make them look the same
on different OS/platform/....


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13906
2014-04-24 21:52:02 +00:00

12 lines
324 B
Plaintext

# connect gdb to Valgrind gdbserver:
target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlgone-exit
echo vgdb launched process attached\n
# continue after startup
echo filter_gdb BEGIN drop\n
continue
echo filter_gdb END drop\n
# continue at the last instruction
continue
# see program is gone with exit code
quit