public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug guile/17177] Replace *pretty-printers* global with access functions
Date: Sun, 27 Jul 2014 03:41:00 -0000	[thread overview]
Message-ID: <bug-17177-4717-UHcvSIKDg4@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-17177-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=17177

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


  parent reply	other threads:[~2014-07-27  3:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18 13:14 [Bug guile/17177] New: " dje at google dot com
2014-07-26 22:00 ` [Bug guile/17177] " cvs-commit at gcc dot gnu.org
2014-07-27  3:41 ` cvs-commit at gcc dot gnu.org [this message]
2014-07-28  1:07 ` xdje42 at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-17177-4717-UHcvSIKDg4@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).