diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2013-08-29 10:20:03 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2013-08-29 10:20:03 +0000 |
commit | 5b791bb530cc1023a5e05a5216836bf80d71a6cd (patch) | |
tree | 3a5a8b3e01ab63a1d02c607c393a7e6ec97c5aa9 /gdb/testsuite | |
parent | 8f28f5226e56f018d5dec05522124f868ec86081 (diff) | |
download | gdb-5b791bb530cc1023a5e05a5216836bf80d71a6cd.zip gdb-5b791bb530cc1023a5e05a5216836bf80d71a6cd.tar.gz gdb-5b791bb530cc1023a5e05a5216836bf80d71a6cd.tar.bz2 |
2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-arch.exp: Load gdb-python.exp.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-arch.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1fe01f4..2aefa56 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2013-08-29 Phil Muldoon <pmuldoon@redhat.com> + * gdb.python/py-arch.exp: Load gdb-python.exp. + +2013-08-29 Phil Muldoon <pmuldoon@redhat.com> + * gdb.python/py-framefilter.py (FrameFilter.filter): Check itertools for imap attribute. Otherwise use map(). (ElidingIterator): Define wrapper function __next__. diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp index c0cada4..7413b44 100644 --- a/gdb/testsuite/gdb.python/py-arch.exp +++ b/gdb/testsuite/gdb.python/py-arch.exp @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - +load_lib gdb-python.exp standard_testfile if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { |