Lines Matching refs:gdb
28 # Regression tests for some GDB PRs
32 atf_set "descr" "Test that gdb works with " \
34 atf_set "require.progs" "gdb"
40 cat <<EOF >test.gdb
48 gdb --batch -x test.gdb dig >gdb.out
49 atf_check -s exit:1 -o ignore -e ignore grep "Program received signal SIGTRAP" gdb.out
54 atf_set "descr" "Test that gdb works with " \
56 atf_set "require.progs" "cc gdb"
64 cat <<EOF >test.gdb
68 gdb --batch -x test.gdb ./test >gdb.out 2>&1
69 atf_check -s exit:1 -o ignore -e ignore grep "annot access memory" gdb.out
74 atf_set "descr" "Test that gdb was built " \
76 atf_set "require.progs" "gdb"
84 cat <<EOF >test.gdb
87 gdb --batch -x test.gdb >gdb.out 2>&1
88 atf_check -s exit:1 -o ignore -e ignore grep "Can not parse XML" gdb.out