|
GDB (xrefs)
|
#include "dwarf2-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 |
Definition at line 182 of file dwarf2-frame.h.
| dwarf2_frame_state::dwarf2_frame_state | ( | CORE_ADDR | pc, |
| struct dwarf2_cie * | cie | ||
| ) |
Definition at line 176 of file dwarf2-frame.c.
| bool dwarf2_frame_state::armcc_cfa_offsets_reversed = false |
Definition at line 210 of file dwarf2-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 206 of file dwarf2-frame.h.
Referenced by dwarf2_frame_find_quirks(), and execute_cfa_program().
| const ULONGEST dwarf2_frame_state::code_align |
Definition at line 199 of file dwarf2-frame.h.
Referenced by execute_cfa_program().
| const LONGEST dwarf2_frame_state::data_align |
Definition at line 198 of file dwarf2-frame.h.
Referenced by execute_cfa_program().
| CORE_ADDR dwarf2_frame_state::pc |
Definition at line 191 of file dwarf2-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 200 of file dwarf2-frame.h.
Referenced by dwarf2_frame_cache().
1.8.14