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

#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
 

Detailed Description

Definition at line 105 of file frame.h.

Member Data Documentation

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
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
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
__extension__ enum frame_id_stack_status frame_id::stack_status

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