aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-07-26 14:58:58 -0700
committerDoug Evans <xdje42@gmail.com>2014-07-26 14:58:58 -0700
commitee7333ae06f46f3a6909a0059c2f0bd441a54bfe (patch)
treee1c478aacb968406633bb216ccf56be62a25ca60 /gdb/doc/ChangeLog
parent74edf51613b507d1f27d66360cd8fdd8a253e88a (diff)
downloadbinutils-ee7333ae06f46f3a6909a0059c2f0bd441a54bfe.zip
binutils-ee7333ae06f46f3a6909a0059c2f0bd441a54bfe.tar.gz
binutils-ee7333ae06f46f3a6909a0059c2f0bd441a54bfe.tar.bz2
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.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 41de328..0bfddd7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,11 @@
+2014-07-26 Doug Evans <xdje42@gmail.com>
+
+ PR guile/17177
+ * 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.
+
2014-07-25 Pedro Alves <palves@redhat.com>
Eli Zaretskii <eliz@gnu.org>