GDB (xrefs)
|
Public Attributes | |
gdb_smob | base |
SCM | name |
SCM | enabled |
SCM | lookup |
Definition at line 62 of file scm-pretty-print.c.
gdb_smob pretty_printer_smob::base |
Definition at line 65 of file scm-pretty-print.c.
SCM pretty_printer_smob::enabled |
Definition at line 71 of file scm-pretty-print.c.
Referenced by 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 77 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 68 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer(), and ppscm_print_pretty_printer_smob().