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

#include "frame-base.h"

Public Attributes

const struct frame_unwindunwind
 
frame_this_base_ftypethis_base
 
frame_this_locals_ftypethis_locals
 
frame_this_args_ftypethis_args
 

Detailed Description

Definition at line 58 of file frame-base.h.

Member Data Documentation

◆ this_args

frame_this_args_ftype* frame_base::this_args

Definition at line 65 of file frame-base.h.

Referenced by get_frame_args_address().

◆ this_base

frame_this_base_ftype* frame_base::this_base

Definition at line 63 of file frame-base.h.

Referenced by get_frame_base_address().

◆ this_locals

frame_this_locals_ftype* frame_base::this_locals

Definition at line 64 of file frame-base.h.

Referenced by get_frame_locals_address().

◆ unwind

const struct frame_unwind* frame_base::unwind

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