#include <drcallstack.h>
Data Fields | |
size_t | struct_size |
app_pc | pc |
reg_t | sp |
Describes one callstack frame.
app_pc _drcallstack_frame_t::pc |
The program counter.
reg_t _drcallstack_frame_t::sp |
The stack address for the start of the frame.
size_t _drcallstack_frame_t::struct_size |
Set this to the size of this structure.