aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/lib/gdb.scm
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/guile/lib/gdb.scm
parent74edf51613b507d1f27d66360cd8fdd8a253e88a (diff)
downloadgdb-ee7333ae06f46f3a6909a0059c2f0bd441a54bfe.zip
gdb-ee7333ae06f46f3a6909a0059c2f0bd441a54bfe.tar.gz
gdb-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/guile/lib/gdb.scm')
-rw-r--r--gdb/guile/lib/gdb.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/guile/lib/gdb.scm b/gdb/guile/lib/gdb.scm
index 120fcc6..4fd4699 100644
--- a/gdb/guile/lib/gdb.scm
+++ b/gdb/guile/lib/gdb.scm
@@ -319,6 +319,8 @@
set-pretty-printer-enabled!
make-pretty-printer-worker
pretty-printer-worker?
+ pretty-printers
+ set-pretty-printers!
;; scm-progspace.c