old-cross-binutils/gdb/testsuite/gdb.python
Paul Koning 2960a434c3 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
exception.
	(_iterator_except): New function.
	(ArrayPrinter): Use _iterator function instead of local _iterator
	class for Python 3 compatibility.
	(NoStringContainerPrinter): Use _iterator_except instead of
	_iterator.
	* gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
	execfile for Python 3 compatibility.
	* gdb.python/python.exp: Handle Python 2.4 exception traceback
	format in error_prompt test.
2012-12-11 20:54:52 +00:00
..
lib-types.cc
lib-types.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
Makefile.in
py-block.c
py-block.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-breakpoint.c
py-breakpoint.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-cmd.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-error.exp
py-error.py
py-events-shlib.c
py-events.c
py-events.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-events.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-evsignal.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-evthreads.c
py-evthreads.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-explore-cc.exp
py-explore.c
py-explore.cc
py-explore.exp
py-finish-breakpoint.c
py-finish-breakpoint.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-finish-breakpoint.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-finish-breakpoint2.cc
py-finish-breakpoint2.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-finish-breakpoint2.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-frame-inline.c
py-frame-inline.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-frame.c
py-frame.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-function.exp
py-inferior.c
py-inferior.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-infthread.c
py-infthread.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-mi.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-objfile-script-gdb.py.in
py-objfile-script.c
py-objfile-script.exp
py-objfile.c
py-objfile.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-parameter.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-pp-maint.c
py-pp-maint.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-pp-maint.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-prettyprint.c
py-prettyprint.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-prettyprint.py * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag 2012-12-11 20:54:52 +00:00
py-progspace.c
py-progspace.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-prompt.c
py-prompt.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-section-script.c
py-section-script.exp
py-section-script.py
py-shared-sl.c
py-shared.c
py-shared.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-strfns.c
py-strfns.exp
py-symbol.c
py-symbol.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-symtab.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-template.cc
py-template.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-type.c
py-type.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-typeprint.cc
py-typeprint.exp * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag 2012-12-11 20:54:52 +00:00
py-typeprint.py
py-value-cc.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-value.c
py-value.cc
py-value.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
python-1.c
python.c
python.exp * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag 2012-12-11 20:54:52 +00:00
source1
source2.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00