forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -64,7 +64,6 @@ PYTHON_FILE_LIST = \
|
||||
gdb/printing.py \
|
||||
gdb/prompt.py \
|
||||
gdb/xmethod.py \
|
||||
gdb/command/bound_registers.py \
|
||||
gdb/command/__init__.py \
|
||||
gdb/command/xmethods.py \
|
||||
gdb/command/frame_filters.py \
|
||||
@@ -74,7 +73,9 @@ PYTHON_FILE_LIST = \
|
||||
gdb/command/explore.py \
|
||||
gdb/function/__init__.py \
|
||||
gdb/function/caller_is.py \
|
||||
gdb/function/strfns.py
|
||||
gdb/function/strfns.py \
|
||||
gdb/printer/__init__.py \
|
||||
gdb/printer/bound_registers.py
|
||||
|
||||
@HAVE_PYTHON_TRUE@PYTHON_FILES = $(PYTHON_FILE_LIST)
|
||||
@HAVE_PYTHON_FALSE@PYTHON_FILES =
|
||||
|
||||
Reference in New Issue
Block a user