Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp35 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
49 StackFrameList::~StackFrameList() { in ~StackFrameList()
55 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
62 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
80 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
199 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
212 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
220 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
350 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
414 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
[all …]
HDThread.cpp1595 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrameList.h20 class StackFrameList {
23 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,
26 ~StackFrameList();
92 static void Merge(std::unique_ptr<StackFrameList> &curr_up,
158 DISALLOW_COPY_AND_ASSIGN(StackFrameList);
HDStackFrame.h493 friend class StackFrameList;
HDThread.h1175 friend class StackFrameList; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp67 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h197 class StackFrameList; variable
416 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile568 SRCS+= Target/StackFrameList.cpp