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) 4prog: gone 5args: exit 6vgopts: --tool=none --vgdb=yes --vgdb-stop-at=startup,exit --vgdb-prefix=./vgdb-prefix-nlgone-exit 7stderr_filter: filter_stderr 8prereq: test -e gdb 9progB: gdb 10envB: LC_ALL=C 11argsB: --quiet -l 60 --nx ./gone 12stdinB: nlgone_exit.stdinB.gdb 13stdoutB_filter: filter_gdb 14stderrB_filter: filter_gdb 15