Searched refs:StackFrameList (Results 1 – 8 of 8) sorted by relevance
38 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList52 StackFrameList::~StackFrameList() { in ~StackFrameList()58 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()65 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()84 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()117 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()131 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()140 bool StackFrameList::WereAllFramesFetched() const { in WereAllFramesFetched()270 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()341 bool StackFrameList::GetFramesUpTo(uint32_t end_idx, in GetFramesUpTo()[all …]
1445 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
23 class StackFrameList {26 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,29 ~StackFrameList();222 StackFrameList(const StackFrameList &) = delete;223 const StackFrameList &operator=(const StackFrameList &) = delete;
529 friend class StackFrameList;
1302 friend class StackFrameList; variable
70 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
206 class StackFrameList; variable429 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
678 SRCS+= Target/StackFrameList.cpp