|
LLDB mainline
|
A sequence of calls that comprise some portion of a backtrace. More...
Public Attributes | |
| Function * | func |
| CallEdge::AddrType | address_type = CallEdge::AddrType::Call |
| addr_t | address = LLDB_INVALID_ADDRESS |
A sequence of calls that comprise some portion of a backtrace.
Each frame is represented as a pair of a callee (Function *) and an address within the callee.
Definition at line 213 of file StackFrameList.cpp.
| addr_t CallDescriptor::address = LLDB_INVALID_ADDRESS |
Definition at line 216 of file StackFrameList.cpp.
| CallEdge::AddrType CallDescriptor::address_type = CallEdge::AddrType::Call |
Definition at line 215 of file StackFrameList.cpp.
| Function* CallDescriptor::func |
Definition at line 214 of file StackFrameList.cpp.