mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
* remove empty lines from nlgone_*.stdinB.gdb, as these empty lines are (surprisingly) repeating the previous gdb command. Empty lines should be be put in the *gdb files. * And add yet another sed expression in filter_gdb to cope with the different place where a thread exits. (this filter technique is now *really* arriving in a dead end e.g. the link between the comment and the sed expression is very poor). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13905
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# connect gdb to Valgrind gdbserver:
|
|
target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlgone-abrt
|
|
echo vgdb launched process attached\n
|
|
continue
|
|
# see process get a fatal signal
|
|
continue
|
|
# see program is gone
|
|
quit
|