8sa1-binutils-gdb/gdb/python/lib/gdb
Siva Chandra 940df40812 Fix xmethod Python so that it works with Python3.
gdb/

	* python/lib/gdb/command/xmethods.py (set_xm_status1): Use the
	'items'	methods instead of 'iteritems' method on dictionaries.

gdb/testsuite/

	* gdb.python/py-xmethods.py (A_getarrayind)
	(E_method_char_worker.__call__, E_method_int_worker.__call__):
	Use 'print' with function call syntax.
	(E_method_matcher.match): Fix tab vs space indentation mixup.
2014-08-15 18:04:47 -07:00
..
command Fix xmethod Python so that it works with Python3. 2014-08-15 18:04:47 -07:00
function
__init__.py Xmethod support in Python. 2014-06-03 10:03:07 -07:00
FrameDecorator.py
FrameIterator.py
frames.py
printing.py
prompt.py
types.py
xmethod.py Xmethod support in Python. 2014-06-03 10:03:07 -07:00