GDB (xrefs)
|
Public Attributes | |
gdb_smob | base |
SCM | display_hint |
SCM | to_string |
SCM | children |
Definition at line 85 of file scm-pretty-print.c.
gdb_smob pretty_printer_worker_smob::base |
Definition at line 88 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer_worker().
SCM pretty_printer_worker_smob::children |
Definition at line 102 of file scm-pretty-print.c.
Referenced by gdb.dap.varref.BaseReference::fetch_children(), gdbscm_make_pretty_printer_worker(), ppscm_print_children(), ppscm_print_pretty_printer_worker_smob(), and gdb.dap.varref.BaseReference::reset_children().
SCM pretty_printer_worker_smob::display_hint |
Definition at line 92 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer_worker(), ppscm_get_display_hint_scm(), and ppscm_print_pretty_printer_worker_smob().
SCM pretty_printer_worker_smob::to_string |
Definition at line 96 of file scm-pretty-print.c.
Referenced by gdbscm_make_pretty_printer_worker(), ppscm_pretty_print_one_value(), and ppscm_print_pretty_printer_worker_smob().