Home
last modified time | relevance | path

Searched refs:StackFrameList (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp36 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
50 StackFrameList::~StackFrameList() { in ~StackFrameList()
56 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
63 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
80 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
197 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
412 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
546 StackFrameList *curr_frames = this; in GetFramesUpTo()
618 void StackFrameList::Dump(Stream *s) { in Dump()
815 void StackFrameList::Clear() { in Clear()
[all …]
H A DThread.cpp1607 frame_list_sp.reset(new StackFrameList(*this, m_prev_frames_sp, true)); in GetStackFrameList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h21 class StackFrameList {
26 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,
29 ~StackFrameList();
95 static void Merge(std::unique_ptr<StackFrameList> &curr_ap,
161 DISALLOW_COPY_AND_ASSIGN(StackFrameList);
H A DStackFrame.h546 friend class StackFrameList;
H A DThread.h1264 friend class StackFrameList; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp68 m_framelist.reset(new StackFrameList(*this, StackFrameListSP(), true)); in GetStackFrameList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h211 class StackFrameList; variable
434 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile546 SRCS+= Target/StackFrameList.cpp