android_mt6572_jiabo/external/valgrind/gdbserver_tests/nlgone_exit.stdinB.gdb
2025-09-05 16:56:03 +08:00

11 lines
324 B
Text

# 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