GDB (xrefs)
|
Public Attributes | |
gdb_smob | base |
SCM | name |
SCM | enabled |
SCM | lookup |
Definition at line 63 of file scm-pretty-print.c.
gdb_smob pretty_printer_smob::base |
Definition at line 66 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer().
SCM pretty_printer_smob::enabled |
Definition at line 72 of file scm-pretty-print.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), gdbscm_make_pretty_printer(), gdbscm_pretty_printer_enabled_p(), gdbscm_set_pretty_printer_enabled_x(), ppscm_print_pretty_printer_smob(), and ppscm_search_pp_list().
SCM pretty_printer_smob::lookup |
Definition at line 78 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer(), and ppscm_search_pp_list().
SCM pretty_printer_smob::name |
Definition at line 69 of file scm-pretty-print.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), gdbscm_make_pretty_printer(), ppscm_print_pretty_printer_smob(), and gdb.dap.varref.BaseReference::to_object().