aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2012-03-08 22:19:48 +0000
committerKeith Seitz <keiths@redhat.com>2012-03-08 22:19:48 +0000
commit83c532cb59db2f7c83d9e23fb533bfc0db830fd1 (patch)
treec7efbda2144b32662209eb50056554b88d2bb627 /gdb/testsuite/gdb.ada
parent735be1a2c1abfef22d629245caaadd33c9d268b1 (diff)
downloadfsf-binutils-gdb-83c532cb59db2f7c83d9e23fb533bfc0db830fd1.zip
fsf-binutils-gdb-83c532cb59db2f7c83d9e23fb533bfc0db830fd1.tar.gz
fsf-binutils-gdb-83c532cb59db2f7c83d9e23fb533bfc0db830fd1.tar.bz2
* gdb.ada/array_bounds.exp: Get breakpoint for line
with "START", not "STOP". * gdb.python/py-infthread.exp: Do not continue to line marked "Break here.", which is undefined.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r--gdb/testsuite/gdb.ada/array_bounds.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/array_bounds.exp b/gdb/testsuite/gdb.ada/array_bounds.exp
index a726e71..493c7c3 100644
--- a/gdb/testsuite/gdb.ada/array_bounds.exp
+++ b/gdb/testsuite/gdb.ada/array_bounds.exp
@@ -27,7 +27,7 @@ if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" }
clean_restart ${testfile}
-set bp_location [gdb_get_line_number "STOP" ${testdir}/bar.adb]
+set bp_location [gdb_get_line_number "START" ${testdir}/bar.adb]
if ![runto "bar.adb:$bp_location" ] then {
perror "Couldn't run ${testfile}"
return