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

Public Member Functions

 inline_state (thread_info *thread_, int skipped_frames_, CORE_ADDR saved_pc_, std::vector< symbol * > &&skipped_symbols_)
 

Public Attributes

thread_infothread
 
int skipped_frames
 
CORE_ADDR saved_pc
 
std::vector< struct symbol * > skipped_symbols
 

Detailed Description

Definition at line 37 of file inline-frame.c.

Constructor & Destructor Documentation

◆ inline_state()

inline_state::inline_state ( thread_info * thread_,
int skipped_frames_,
CORE_ADDR saved_pc_,
std::vector< symbol * > && skipped_symbols_ )
inline

Definition at line 39 of file inline-frame.c.

Member Data Documentation

◆ saved_pc

CORE_ADDR inline_state::saved_pc

Definition at line 57 of file inline-frame.c.

Referenced by find_inline_frame_state().

◆ skipped_frames

int inline_state::skipped_frames

◆ skipped_symbols

std::vector<struct symbol *> inline_state::skipped_symbols

Definition at line 62 of file inline-frame.c.

Referenced by inline_skipped_symbol().

◆ thread

thread_info* inline_state::thread

Definition at line 47 of file inline-frame.c.

Referenced by find_inline_frame_state().


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