1 # test that an exit (with return value) is properly passed on to gdb. 2 # also test the --vgdb-stop-at startup and exit args (so we do not use 3 # --vgdb-error=0 here) 4 prog: gone 5 args: exit 6 vgopts: --tool=none --vgdb=yes --vgdb-stop-at=startup,exit --vgdb-prefix=./vgdb-prefix-nlgone-exit 7 stderr_filter: filter_stderr 8 prereq: test -e gdb 9 progB: gdb 10 argsB: --quiet -l 60 --nx ./gone 11 stdinB: nlgone_exit.stdinB.gdb 12 stdoutB_filter: filter_gdb 13 stderrB_filter: filter_gdb 14