gdb: Guile Printing Module

 
 23.3.5.1 Guile Printing Module
 ..............................
 
 This module provides a collection of utilities for working with
 pretty-printers.
 
    Usage:
 
      (use-modules (gdb printing))
 
  -- Scheme Procedure: prepend-pretty-printer! object printer
      Add PRINTER to the front of the list of pretty-printers for OBJECT.
      The OBJECT must either be a '<gdb:objfile>' object, or '#f' in
      which case PRINTER is added to the global list of printers.
 
  -- Scheme Procecure: append-pretty-printer! object printer
      Add PRINTER to the end of the list of pretty-printers for OBJECT.
      The OBJECT must either be a '<gdb:objfile>' object, or '#f' in
      which case PRINTER is added to the global list of printers.