binutils-gdb/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/gdb New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
py-auto-load.c gdb/ 2010-09-22 20:00:53 +00:00
py-block.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 21:23:25 +00:00
py-breakpoint.c gdb/ 2010-10-13 13:24:40 +00:00
py-cmd.c * python/py-cmd.c (cmdpy_function): Unreference exception state. 2010-10-19 20:11:37 +00:00
py-frame.c gdb/ 2010-10-13 13:24:40 +00:00
py-function.c gdb/ 2010-10-13 13:24:40 +00:00
py-inferior.c gdb/ 2010-10-13 13:24:40 +00:00
py-infthread.c 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-lazy-string.c PR python/11948: 2010-10-15 18:54:13 +00:00
py-objfile.c gdb/ 2010-09-22 20:00:53 +00:00
py-param.c gdb/ 2010-10-13 13:24:40 +00:00
py-prettyprint.c PR python/11948: 2010-10-15 18:54:13 +00:00
py-progspace.c gdb/ 2010-09-22 20:00:53 +00:00
py-symbol.c 2010-02-24 Phil Muldoon <pmuldoon@redhat.com> 2010-02-24 21:18:28 +00:00
py-symtab.c 2010-05-17 Michael Snyder <msnyder@vmware.com> 2010-05-17 21:23:25 +00:00
py-type.c Enable custom bcache hash function. 2010-08-31 17:26:08 +00:00
py-utils.c 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-value.c gdb/ 2010-10-13 13:24:40 +00:00
python-config.py Resync python-config.py with Python-2.7 version. 2010-07-08 22:12:44 +00:00
python-internal.h fix typo in _FILE_OFFSET_BITS comment 2010-10-26 18:08:04 +00:00
python.c * top.c: #include "python/python.h". 2010-11-02 16:48:43 +00:00
python.h * top.c: #include "python/python.h". 2010-11-02 16:48:43 +00:00