This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 6979730b1b9378a143b1bea3d0ff7b96c7bf02c5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  6979730b1b9378a143b1bea3d0ff7b96c7bf02c5 (commit)
      from  35a49624e2eda82351518e40d26d6deb86fdacc0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6979730b1b9378a143b1bea3d0ff7b96c7bf02c5

commit 6979730b1b9378a143b1bea3d0ff7b96c7bf02c5
Author: Doug Evans <dje@google.com>
Date:   Wed Oct 15 11:43:49 2014 -0700

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                                 |   15 ++++++++
 gdb/data-directory/Makefile.in                |    5 ++-
 gdb/python/lib/gdb/__init__.py                |    3 +-
 gdb/python/lib/gdb/command/bound_registers.py |   45 -------------------------
 gdb/python/lib/gdb/printer/__init__.py        |   14 ++++++++
 gdb/python/lib/gdb/printer/bound_registers.py |   36 ++++++++++++++++++++
 gdb/python/lib/gdb/printing.py                |   14 ++++++++
 7 files changed, 84 insertions(+), 48 deletions(-)
 delete mode 100644 gdb/python/lib/gdb/command/bound_registers.py
 create mode 100644 gdb/python/lib/gdb/printer/__init__.py
 create mode 100644 gdb/python/lib/gdb/printer/bound_registers.py


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]