44SBFrameList::operator
bool()
const {
52 return this->
operator bool();
#define LLDB_INSTRUMENT_VA(...)
void SetFrameList(const lldb::StackFrameListSP &frame_list_sp)
const lldb::SBFrameList & operator=(const lldb::SBFrameList &rhs)
uint32_t GetSize() const
Returns the number of frames in the list.
lldb::SBThread GetThread() const
Get the thread associated with this frame list.
void Clear()
Clear all frames from this list.
lldb::StackFrameListSP m_opaque_sp
bool GetDescription(lldb::SBStream &description) const
Get a description of this frame list.
lldb::SBFrame GetFrameAtIndex(uint32_t idx) const
Returns the frame at the given index.
void SetFrameSP(const lldb::StackFrameSP &lldb_object_sp)
lldb_private::Stream & ref()
void SetThread(const lldb::ThreadSP &lldb_object_sp)
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::StackFrameList > StackFrameListSP