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 249 of file StackFrameList.cpp.
addr_t CallDescriptor::address = LLDB_INVALID_ADDRESS |
Definition at line 252 of file StackFrameList.cpp.
CallEdge::AddrType CallDescriptor::address_type = CallEdge::AddrType::Call |
Definition at line 251 of file StackFrameList.cpp.
Function* CallDescriptor::func |
Definition at line 250 of file StackFrameList.cpp.