9#ifndef LLDB_API_SBFRAMELIST_H
10#define LLDB_API_SBFRAMELIST_H
41 explicit operator bool()
const;
79 friend class lldb_private::python::SWIGBridge;
Represents a list of SBFrame objects.
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.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::StackFrameList > StackFrameListSP