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 gdb-7.8-branch updated. 68455456ca7b1f35ce97f62c50b466e2fc9cce8f


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, gdb-7.8-branch has been updated
       via  68455456ca7b1f35ce97f62c50b466e2fc9cce8f (commit)
      from  b13f24b87c227ef532cac27fc81f85b60fba2832 (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=68455456ca7b1f35ce97f62c50b466e2fc9cce8f

commit 68455456ca7b1f35ce97f62c50b466e2fc9cce8f
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Jul 26 20:39:33 2014 -0700

    PR guile/17177
    
    	* guile/lib/gdb.scm (pretty-printers): Export.
    	(set-pretty-printers!): Export.
    	* guile/lib/gdb/printing.scm (gdb module): Update.
    	(prepend-pretty-printer!, append-pretty-printer!): Update.
    	* guile/scm-pretty-print.c (pretty_printer_list_name): Delete.
    	(pretty_printer_list_var): Delete.
    	(pretty_printer_list): New static global.
    	(gdbscm_pretty_printers): New function.
    	(gdbscm_set_pretty_printers_x): New function.
    	(ppscm_find_pretty_printer_from_gdb): Update.
    	(pretty_printer_functions): Add pretty-printers, set-pretty-printers!.
    	(gdbscm_initialize_pretty_printers): Update.
    
    	doc/
    	* guile.texi (Guile Pretty Printing API): Fix typo.
    	Document set-pretty-printers!, pretty-printers.
    	(Selecting Guile Pretty-Printers): Update.
    	Mention program-space based pretty-printers.

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

Summary of changes:
 gdb/ChangeLog                  |   16 ++++++++++++
 gdb/doc/ChangeLog              |    8 ++++++
 gdb/doc/guile.texi             |   40 ++++++++++++++++++++++--------
 gdb/guile/lib/gdb.scm          |    2 +
 gdb/guile/lib/gdb/printing.scm |    7 +++--
 gdb/guile/scm-pretty-print.c   |   51 ++++++++++++++++++++++++++++-----------
 6 files changed, 95 insertions(+), 29 deletions(-)


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]