This module provides a collection of utilities for working with
pretty-printers.
— Scheme Procedure:
prepend-pretty-printer! object printer
Add printer to the front of the list of pretty-printers for
object. object must either be a <gdb:objfile>
object
or #f
in which case printer is added to the global list of
printers.