Lines Matching refs:StackFrameList

35 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()
362 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
433 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
568 StackFrameList *prev_frames = m_prev_frames_sp.get(); in GetFramesUpTo()
569 StackFrameList *curr_frames = this; in GetFramesUpTo()
632 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
641 void StackFrameList::Dump(Stream *s) { in Dump()
661 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
728 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex()
750 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
777 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
788 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex()
793 uint32_t StackFrameList::SetSelectedFrame(lldb_private::StackFrame *frame) { in SetSelectedFrame()
812 bool StackFrameList::SetSelectedFrameByIndex(uint32_t idx) { in SetSelectedFrameByIndex()
822 void StackFrameList::SetDefaultFileAndLineToSelectedFrame() { in SetDefaultFileAndLineToSelectedFrame()
837 void StackFrameList::Clear() { in Clear()
843 void StackFrameList::Merge(std::unique_ptr<StackFrameList> &curr_up, in Merge()
943 StackFrameList::GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) { in GetStackFrameSPForStackFramePtr()
958 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus()