8sa1-binutils-gdb/gdb/testsuite/gdb.python
Paul Koning 9325cb04b5 2012-12-10 Paul Koning <paul_koning@dell.com>
* gdb.base/charset.exp: Change print syntax for Python 3
	compatibility.
	* gdb.python/py-block.exp: Ditto.
	* gdb.python/py-breakpoint.exp: Ditto.
	* gdb.python/py-cmd.exp: Ditto.
	* gdb.python/py-events.py: Ditto.
	* gdb.python/py-finish-breakpoint.py: Ditto.
	* gdb.python/py-finish-breakpoint2.exp: Ditto.
	* gdb.python/py-finish-breakpoint2.py: Ditto.
	* gdb.python/py-frame-inline.exp: Ditto.
	* gdb.python/py-frame.exp: Ditto.
	* gdb.python/py-infthread.exp: Ditto.
	* gdb.python/py-objfile.exp: Ditto.
	* gdb.python/py-parameter.exp: Ditto.
	* gdb.python/py-progspace.exp: Ditto.
	* gdb.python/py-prompt.exp: Ditto.
	* gdb.python/py-symbol.exp: Ditto.
	* gdb.python/py-symtab.exp: Ditto.
	* gdb.python/py-template.exp: Ditto.
	* gdb.python/py-value-cc.exp: Ditto.
	* gdb.python/python.exp: Ditto.
	* gdb.python/source2.py: Ditto.
	* gdb.python/lib-types.exp: Change print syntax for Python 3
	compatibility.
	Use sorted() function rather than sort() method.
	Accept either int or long values for enum values.
	* gdb.python/py-events.exp: Use exec(open(...).read()) instead of
	execfile for Python 3 compatibility.
	* gdb.python/py-evsignal.exp: Ditto.
	* gdb.python/py-evthreads.exp: Ditto.
	* gdb.python/py-mi.exp: Ditto.
	* gdb.python/py-pp-maint.exp: Ditto.
	* gdb.python/py-prettyprint.exp: Ditto.
	* gdb.python/py-finish-breakpoint.exp: Change print syntax for
	Python 3 compatibility.
	Skip tests for Python 2.4.
	* gdb.python/py-inferior.exp: Change print syntax for
	Python 3 compatibility.
	Use byte string rather than character string in memory write test
	if Python 3.
	* gdb.python/py-pp-maint.py: Change class declarations to "new
	class" syntax.
	* gdb.python/py-prettyprint.py: Change iterator class to generator
	function for Python 3 compatibility.
	Make all classes "new style".
	Fix indentation issue and stray semicolon.
	* gdb.python/py-shared.expChange print syntax for Python 3
	compatibility.
	Define "long" if Python 3.
	* gdb.python/py-type.exp: Change print syntax for Python 3
	compatibility.
	Accept either int or long values for enum values.
	* gdb.python/py-value.exp: Change print syntax for Python 3
	compatibility.
	Skip "long" and "unicode" tests if Python 3.
	Accept either "type" or "class" in type checks.
	* lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
	(gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2012-12-10 21:22:21 +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-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-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-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 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com> 2012-12-06 18:59:57 +00:00
py-prettyprint.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
py-prettyprint.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +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 Add $_memeq, $_regex, $_streq, $_strlen convenience functions. 2012-08-10 20:26:00 +00:00
py-strfns.exp * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
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 * NEWS: Update. 2012-11-12 17:41:59 +00:00
py-typeprint.exp * NEWS: Update. 2012-11-12 17:41:59 +00:00
py-typeprint.py * NEWS: Update. 2012-11-12 17:41:59 +00:00
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 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
source1
source2.py 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00