Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrameList.h22 class StackFrameList {
25 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,
28 ~StackFrameList();
174 StackFrameList(const StackFrameList &) = delete;
175 const StackFrameList &operator=(const StackFrameList &) = delete;
HDStackFrame.h510 friend class StackFrameList;
HDThread.h1252 friend class StackFrameList; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp38 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
52 StackFrameList::~StackFrameList() { in ~StackFrameList()
58 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
65 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
83 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
206 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
219 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
227 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
369 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
440 bool StackFrameList::GetFramesUpTo(uint32_t end_idx, in GetFramesUpTo()
[all …]
HDThread.cpp1413 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp70 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h204 class StackFrameList; variable
421 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
/freebsd-14-stable/lib/clang/liblldb/
HDMakefile657 SRCS+= Target/StackFrameList.cpp