Some Python 3 fixes
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 15 Apr 2015 15:54:33 +0000 (11:54 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 15 Apr 2015 15:54:33 +0000 (11:54 -0400)
Some missing parentheses and one itertools.imap (Py2) vs map (Py3) issue.

gdb/ChangeLog:

* python/lib/gdb/command/unwinders.py: Add parentheses.

gdb/testsuite/ChangeLog:

* gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
if itertools.imap is not present.
* gdb.python/py-objfile.exp: Add parentheses.
* gdb.python/py-type.exp: Same.
* gdb.python/py-unwind-maint.py: Same.


No differences found
This page took 0.039693 seconds and 4 git commands to generate.