Searched refs:StackFrameList (Results 1 – 8 of 8) sorted by relevance
36 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList50 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 …]
1607 frame_list_sp.reset(new StackFrameList(*this, m_prev_frames_sp, true)); in GetStackFrameList()
21 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);
546 friend class StackFrameList;
1264 friend class StackFrameList; variable
68 m_framelist.reset(new StackFrameList(*this, StackFrameListSP(), true)); in GetStackFrameList()
211 class StackFrameList; variable434 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
546 SRCS+= Target/StackFrameList.cpp