aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-infthread.exp
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.python/py-infthread.exp
parent735be1a2c1abfef22d629245caaadd33c9d268b1 (diff)
downloadbinutils-83c532cb59db2f7c83d9e23fb533bfc0db830fd1.zip
binutils-83c532cb59db2f7c83d9e23fb533bfc0db830fd1.tar.gz
binutils-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.python/py-infthread.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-infthread.exp2
1 files changed, 0 insertions, 2 deletions
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