* gdb.python/py-infthread.exp: Load gdb-python.exp.

This commit is contained in:
Tom Tromey 2011-01-11 21:22:35 +00:00
parent 90e4670fe7
commit 6c162d5eb6
2 changed files with 6 additions and 0 deletions

View 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.

View 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}] } {