* gdb.python/py-infthread.exp: Load gdb-python.exp.
authorTom Tromey <tromey@redhat.com>
Tue, 11 Jan 2011 21:22:35 +0000 (21:22 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 11 Jan 2011 21:22:35 +0000 (21:22 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-infthread.exp

index 8c16e5344e2c7ff3a0cc6ef107c94a95eb47dee3..544e0f1b76af59b214bfec839822e1a6c7fafb48 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-11  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-infthread.exp: Load gdb-python.exp.
+
 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
        Convert hardware watchpoints to use breakpoint_ops.
index e2e71dbc4e775570759e92bafc5713fa3585111e..7b0c5896220b2f7cc3e70a26700b3059db38abfb 100644 (file)
@@ -20,6 +20,8 @@ if $tracelevel then {
     strace $tracelevel
 }
 
+load_lib gdb-python.exp
+
 set testfile "py-infthread"
 set srcfile ${testfile}.c
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {