Searched refs:StackFrameList (Results 1 – 8 of 8) sorted by relevance
20 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 StackFrameList(const StackFrameList &) = delete;159 const StackFrameList &operator=(const StackFrameList &) = delete;
487 friend class StackFrameList;
1197 friend class StackFrameList; variable
35 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList49 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()362 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()433 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()[all …]
38 StackFrameList.cpp
1429 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
69 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
187 class StackFrameList; variable404 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;