GDB (xrefs)
Public Attributes | List of all members
dwarf2_frame_state_reg Struct Reference

#include "dwarf2-frame.h"

Public Attributes

union {
   LONGEST   offset
 
   ULONGEST   reg
 
   const gdb_byte *   exp
 
   struct value *(*   fn )(struct frame_info
      *this_frame, void **this_cache,
      int regnum)
 
loc
 
ULONGEST exp_len
 
enum dwarf2_frame_reg_rule how
 

Detailed Description

Definition at line 70 of file dwarf2-frame.h.

Member Data Documentation

const gdb_byte* dwarf2_frame_state_reg::exp

Definition at line 77 of file dwarf2-frame.h.

Referenced by dwarf2_frame_prev_register(), and execute_cfa_program().

ULONGEST dwarf2_frame_state_reg::exp_len

Definition at line 81 of file dwarf2-frame.h.

Referenced by dwarf2_frame_prev_register(), and execute_cfa_program().

struct value*(* dwarf2_frame_state_reg::fn) (struct frame_info *this_frame, void **this_cache, int regnum)
enum dwarf2_frame_reg_rule dwarf2_frame_state_reg::how
union { ... } dwarf2_frame_state_reg::loc
LONGEST dwarf2_frame_state_reg::offset
ULONGEST dwarf2_frame_state_reg::reg

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