GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
dwarf2_frame_state Struct Reference

#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
 

Detailed Description

Definition at line 170 of file frame.h.

Constructor & Destructor Documentation

◆ dwarf2_frame_state()

dwarf2_frame_state::dwarf2_frame_state ( CORE_ADDR pc,
struct dwarf2_cie * cie )

Definition at line 196 of file frame.c.

Member Data Documentation

◆ armcc_cfa_offsets_reversed

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().

◆ armcc_cfa_offsets_sf

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().

◆ code_align

const ULONGEST dwarf2_frame_state::code_align

Definition at line 187 of file frame.h.

Referenced by execute_cfa_program().

◆ data_align

const LONGEST dwarf2_frame_state::data_align

Definition at line 186 of file frame.h.

Referenced by execute_cfa_program().

◆ pc

CORE_ADDR dwarf2_frame_state::pc

◆ retaddr_column

const ULONGEST dwarf2_frame_state::retaddr_column

Definition at line 188 of file frame.h.

Referenced by dwarf2_frame_cache().


The documentation for this struct was generated from the following files: