LLDB mainline
Public Attributes | List of all members
CallDescriptor Struct Reference

A sequence of calls that comprise some portion of a backtrace. More...

Public Attributes

Functionfunc
 
CallEdge::AddrType address_type = CallEdge::AddrType::Call
 
addr_t address = LLDB_INVALID_ADDRESS
 

Detailed Description

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.

Member Data Documentation

◆ address

addr_t CallDescriptor::address = LLDB_INVALID_ADDRESS

Definition at line 252 of file StackFrameList.cpp.

◆ address_type

CallEdge::AddrType CallDescriptor::address_type = CallEdge::AddrType::Call

Definition at line 251 of file StackFrameList.cpp.

◆ func

Function* CallDescriptor::func

Definition at line 250 of file StackFrameList.cpp.


The documentation for this struct was generated from the following file: