GDB (xrefs)
|
#include "frame.h"
Classes | |
struct | initial |
struct | regs |
Public Member Functions | |
dwarf2_frame_state (CORE_ADDR pc, struct dwarf2_cie *cie) | |
Public Attributes | |
CORE_ADDR | pc |
const LONGEST | data_align |
const ULONGEST | code_align |
const ULONGEST | retaddr_column |
bool | armcc_cfa_offsets_sf = false |
bool | armcc_cfa_offsets_reversed = false |
dwarf2_frame_state::dwarf2_frame_state | ( | CORE_ADDR | pc, |
struct dwarf2_cie * | cie ) |
bool dwarf2_frame_state::armcc_cfa_offsets_reversed = false |
Definition at line 198 of file frame.h.
Referenced by dwarf2_fetch_cfa_info(), dwarf2_frame_cache(), and dwarf2_frame_find_quirks().
bool dwarf2_frame_state::armcc_cfa_offsets_sf = false |
Definition at line 194 of file frame.h.
Referenced by dwarf2_frame_find_quirks(), and execute_cfa_program().
const ULONGEST dwarf2_frame_state::code_align |
Definition at line 187 of file frame.h.
Referenced by execute_cfa_program().
const LONGEST dwarf2_frame_state::data_align |
Definition at line 186 of file frame.h.
Referenced by execute_cfa_program().
CORE_ADDR dwarf2_frame_state::pc |
Definition at line 179 of file frame.h.
Referenced by dwarf2_frame_cache(), dwarf2_frame_find_quirks(), dwarf2_restore_rule(), and execute_cfa_program().
const ULONGEST dwarf2_frame_state::retaddr_column |
Definition at line 188 of file frame.h.
Referenced by dwarf2_frame_cache().