GDB (xrefs)
|
#include "frame.h"
Public Attributes | |
CORE_ADDR | stack_addr |
CORE_ADDR | code_addr |
CORE_ADDR | special_addr |
__extension__ enum frame_id_stack_status | stack_status: 2 |
unsigned int | code_addr_p: 1 |
unsigned int | special_addr_p: 1 |
int | artificial_depth |
int frame_id::artificial_depth |
Definition at line 158 of file frame.h.
Referenced by frame_id_artificial_p(), frame_id_eq(), and frame_id_inner().
CORE_ADDR frame_id::code_addr |
Definition at line 135 of file frame.h.
Referenced by frame_addr_hash(), frame_id_build(), frame_id_build_special(), frame_id_build_unavailable_stack(), frame_id_build_unavailable_stack_special(), frame_id_eq(), frame_id_inner(), frscm_hash_frame_smob(), ia64_frame_this_id(), ia64_sigtramp_frame_this_id(), and record_btrace_frame_this_id().
unsigned int frame_id::code_addr_p |
Definition at line 151 of file frame.h.
Referenced by frame_addr_hash(), frame_id_eq(), frame_id_inner(), and frscm_hash_frame_smob().
CORE_ADDR frame_id::special_addr |
Definition at line 147 of file frame.h.
Referenced by frame_addr_hash(), frame_id_build_special(), frame_id_build_unavailable_stack_special(), frame_id_eq(), frame_id_inner(), frscm_hash_frame_smob(), and record_btrace_frame_this_id().
unsigned int frame_id::special_addr_p |
Definition at line 152 of file frame.h.
Referenced by frame_addr_hash(), frame_id_eq(), frame_id_inner(), and frscm_hash_frame_smob().
CORE_ADDR frame_id::stack_addr |
Definition at line 120 of file frame.h.
Referenced by frame_addr_hash(), frame_id_build(), frame_id_build_special(), frame_id_build_wild(), frame_id_eq(), frame_id_inner(), frscm_hash_frame_smob(), get_frame_base(), ia64_frame_this_id(), ia64_sigtramp_frame_this_id(), and print_one_breakpoint_location().
__extension__ enum frame_id_stack_status frame_id::stack_status |
Definition at line 150 of file frame.h.
Referenced by frame_addr_hash(), frame_id_build_unavailable_stack(), frame_id_build_unavailable_stack_special(), frame_id_eq(), frame_id_inner(), frame_id_p(), and frscm_hash_frame_smob().