with "START", not "STOP".
* gdb.python/py-infthread.exp: Do not continue to
line marked "Break here.", which is undefined.
+2012-03-08 Keith Seitz <keiths@redhat.com>
+
+ * 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 <lgustavo@codesourcery.com>
Revert:
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
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