struct Frame
Defined at line 15 of file ../../src/lib/unwinder/frame.h
Public Members
Registers regs
bool pc_is_return_address
bool is_signal_frame
Trust trust
Error error
bool fatal_error
Public Methods
void Frame (Registers regs, bool pc_is_return_address, Trust trust)
Disallow default constructors.
Defined at line 71 of file ../../src/lib/unwinder/frame.h
std::string Describe ()
Useful for debugging.
Defined at line 94 of file ../../src/lib/unwinder/unwind.cc
Enumerations
enum Trust
| Name | Value |
|---|---|
| kScan | 0 |
| kSCS | 1 |
| kSigReturn | 2 |
| kFP | 3 |
| kPLT | 4 |
| kArmEhAbi | 5 |
| kCFI | 6 |
| kContext | 7 |
LINT.IfChange
Defined at line 17 of file ../../src/lib/unwinder/frame.h