binutils-gdb/gdb/testsuite
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
..
config
gdb.ada
gdb.arch
gdb.asm
gdb.base gdb 2010-11-02 18:55:54 +00:00
gdb.cell
gdb.cp cvs add smartp.cc smartp.exp 2010-10-20 18:56:09 +00:00
gdb.disasm
gdb.dwarf2
gdb.fortran
gdb.gdb
gdb.hp
gdb.java
gdb.mi
gdb.modula2
gdb.multi
gdb.objc
gdb.opt
gdb.pascal
gdb.python New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
gdb.reverse
gdb.server
gdb.stabs
gdb.threads gdb/ 2010-11-02 01:37:32 +00:00
gdb.trace
gdb.xml
lib
.gdbinit
aclocal.m4
ChangeLog New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
configure
configure.ac
dg-extract-results.sh
Makefile.in
TODO