GDB (xrefs)
|
Public Attributes | |
eqable_gdb_smob | base |
struct frame_id | frame_id |
struct gdbarch * | gdbarch |
struct inferior * | inferior |
int | frame_id_is_next |
Definition at line 37 of file scm-frame.c.
eqable_gdb_smob frame_smob::base |
Definition at line 40 of file scm-frame.c.
Referenced by frscm_free_frame_smob(), frscm_make_frame_smob(), and frscm_scm_from_frame().
struct frame_id frame_smob::frame_id |
Definition at line 42 of file scm-frame.c.
Referenced by frscm_eq_frame_smob(), frscm_hash_frame_smob(), frscm_make_frame_smob(), frscm_print_frame_smob(), and frscm_scm_from_frame().
int frame_smob::frame_id_is_next |
Definition at line 66 of file scm-frame.c.
Referenced by frscm_make_frame_smob(), and frscm_scm_from_frame().
struct gdbarch* frame_smob::gdbarch |
Definition at line 43 of file scm-frame.c.
Referenced by frscm_make_frame_smob(), frscm_scm_from_frame(), and gdbscm_frame_arch().
struct inferior* frame_smob::inferior |
Definition at line 56 of file scm-frame.c.
Referenced by frscm_eq_frame_smob(), frscm_free_frame_smob(), frscm_get_frame_smob_arg_unsafe(), frscm_hash_frame_smob(), frscm_make_frame_smob(), frscm_deleter::frscm_mark_frame_invalid(), frscm_scm_from_frame(), gdbscm_frame_newer(), and gdbscm_frame_older().