8sa1-binutils-gdb/gdb/python/lib/gdb
Doug Evans 6979730b1b PR python/17364
gdb/ChangeLog:

	* python/lib/gdb/__init__.py (packages): Add "printer".
	* python/lib/gdb/command/bound_registers.py: Moved to ...
	* python/lib/gdb/printer/bound_registers.py: ... here.
	Add printer to global set of builtin printers.  Rename printer from
	"bound" to "mpx_bound128".
	* python/lib/gdb/printing.py (_builtin_pretty_printers): New global,
	registered as global "builtin" printer.
	(add_builtin_pretty_printer): New function.
	* data-directory/Makefile.in (PYTHON_FILE_LIST): Update, and add
	gdb/printer/__init__.py.
2014-10-15 11:43:49 -07:00
..
command PR python/17364 2014-10-15 11:43:49 -07:00
function PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_matches 2014-09-06 09:15:44 -07:00
printer PR python/17364 2014-10-15 11:43:49 -07:00
__init__.py PR python/17364 2014-10-15 11:43:49 -07:00
FrameDecorator.py avoid python exception in FrameDecorator.py 2014-01-23 08:03:52 -07:00
FrameIterator.py Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
frames.py Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
printing.py PR python/17364 2014-10-15 11:43:49 -07:00
prompt.py Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
types.py Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
xmethod.py Xmethod support in Python. 2014-06-03 10:03:07 -07:00