From: Tom Tromey Date: Tue, 11 Jan 2011 21:22:35 +0000 (+0000) Subject: * gdb.python/py-infthread.exp: Load gdb-python.exp. X-Git-Tag: cgen-snapshot-20110201~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c162d5eb67081ad91106259239a9a1ef00ec7a6;p=platform%2Fupstream%2Fbinutils.git * gdb.python/py-infthread.exp: Load gdb-python.exp. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8c16e53..544e0f1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-01-11 Tom Tromey + + * gdb.python/py-infthread.exp: Load gdb-python.exp. + 2010-01-11 Thiago Jung Bauermann Convert hardware watchpoints to use breakpoint_ops. diff --git a/gdb/testsuite/gdb.python/py-infthread.exp b/gdb/testsuite/gdb.python/py-infthread.exp index e2e71db..7b0c589 100644 --- a/gdb/testsuite/gdb.python/py-infthread.exp +++ b/gdb/testsuite/gdb.python/py-infthread.exp @@ -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}] } {