old-cross-binutils/gdb/testsuite/gdb.python
Doug Evans 7b51bc51e1 New python module gdb.printing, and new commands info pretty-printer,
enable pretty-printer, disable pretty-printer.
	* NEWS: Mention them.
	* data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
	gdb/command/__init__.py, gdb/command/pretty_printers.py.
	* python/lib/gdb/__init__.py: Install pretty-printer commands.
	* python/lib/gdb/printing.py: New file.
	* python/lib/gdb/command/__init__.py: New file.
	* python/lib/gdb/command/pretty_printers.py: New file.

	doc/
	* gdb.texinfo (Pretty Printing): Expand into three sections,
	introduction, example, and commands.
	(Python API): Delete section Disabling Pretty-Printers, merge into
	Selecting Pretty-Printers.
	(Writing a Pretty-Printer): New section.  Move the pretty-printer
	example here, and reformat to match python coding style.  Add a second
	example using the gdb.printing module.
	(Python modules): Add gdb.printing.

	testsuite/
	* gdb.python/py-pp-maint.c: New file.
	* gdb.python/py-pp-maint.exp: New file.
	* gdb.python/py-pp-maint.py: New file.
2010-11-02 22:44:13 +00:00
..
lib-types.cc New python module gdb.types. 2010-10-13 20:08:46 +00:00
lib-types.exp New python module gdb.types. 2010-10-13 20:08:46 +00:00
Makefile.in New python module gdb.types. 2010-10-13 20:08:46 +00:00
py-block.c
py-block.exp
py-breakpoint.c
py-breakpoint.exp
py-cmd.exp
py-error.exp gdb/ 2010-10-13 13:24:40 +00:00
py-error.py gdb/ 2010-10-13 13:24:40 +00:00
py-frame.c
py-frame.exp
py-function.exp
py-inferior.c
py-inferior.exp
py-infthread.c
py-infthread.exp
py-mi.exp
py-param.exp
py-pp-maint.c New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
py-pp-maint.exp New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
py-pp-maint.py New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
py-prettyprint.c gdb 2010-10-18 19:14:03 +00:00
py-prettyprint.exp gdb 2010-10-18 19:14:03 +00:00
py-prettyprint.py gdb 2010-10-18 19:14:03 +00:00
py-progspace.c
py-progspace.exp
py-section-script.c
py-section-script.exp
py-section-script.py
py-shared-sl.c
py-shared.c
py-shared.exp
py-symbol.c
py-symbol.exp
py-symtab.exp
py-template.cc
py-template.exp
py-type.c
py-type.exp
py-value.c
py-value.exp
python-1.c
python.c
python.exp
source1
source2.py