From 83c532cb59db2f7c83d9e23fb533bfc0db830fd1 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 8 Mar 2012 22:19:48 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/gdb.ada/array_bounds.exp | 2 +- gdb/testsuite/gdb.python/py-infthread.exp | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4c28dc1..4c287d8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2012-03-08 Keith Seitz + + * 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. + 2012-03-08 Luis Machado Revert: 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 diff --git a/gdb/testsuite/gdb.python/py-infthread.exp b/gdb/testsuite/gdb.python/py-infthread.exp index 5fa508f..491cc41 100644 --- a/gdb/testsuite/gdb.python/py-infthread.exp +++ b/gdb/testsuite/gdb.python/py-infthread.exp @@ -37,8 +37,6 @@ if ![runto_main] then { return 0 } -runto [gdb_get_line_number "Break here."] - # Test basic gdb.Inferior attributes and methods. gdb_py_test_silent_cmd "python t0 = gdb.selected_thread ()" "test gdb.selected_thread" 1 -- 2.7.4