DynamoRIO
_drcallstack_frame_t Struct Reference

#include <drcallstack.h>

Data Fields

size_t struct_size
 
app_pc pc
 
reg_t sp
 

Detailed Description

Describes one callstack frame.

Field Documentation

◆ pc

app_pc _drcallstack_frame_t::pc

The program counter.

◆ sp

reg_t _drcallstack_frame_t::sp

The stack address for the start of the frame.

◆ struct_size

size_t _drcallstack_frame_t::struct_size

Set this to the size of this structure.


The documentation for this struct was generated from the following file:
  • /home/runner/work/dynamorio/dynamorio/ext/drcallstack/drcallstack.h