binutils-gdb/gdb/python
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
..
lib/gdb Fix xmethod Python so that it works with Python3. 2014-08-15 18:04:47 -07:00
py-arch.c
py-auto-load.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
py-block.c
py-bpevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-breakpoint.c
py-cmd.c
py-continueevent.c
py-event.c
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c
py-frame.c
py-framefilter.c
py-function.c
py-gdb-readline.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
py-inferior.c
py-infthread.c
py-lazy-string.c Include gdb_assert.h in common-defs.h 2014-08-07 09:06:45 +01:00
py-linetable.c
py-newobjfileevent.c
py-objfile.c
py-param.c
py-prettyprint.c
py-progspace.c
py-signalevent.c
py-stopevent.c
py-stopevent.h
py-symbol.c
py-symtab.c
py-threadevent.c
py-type.c
py-utils.c
py-value.c Include gdb_assert.h in common-defs.h 2014-08-07 09:06:45 +01:00
py-varobj.c
py-xmethods.c
python-config.py Add support for Python 3. 2012-12-12 16:47:30 +00:00
python-internal.h Move stdio.h to common-defs.h 2014-08-07 09:06:37 +01:00
python.c Move libiberty.h to common-defs.h 2014-08-07 09:06:41 +01:00
python.h