Lines Matching refs:StackFrameList

36 StackFrameList::StackFrameList(Thread &thread,  in StackFrameList()  function in StackFrameList
50 StackFrameList::~StackFrameList() { in ~StackFrameList()
56 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
63 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
81 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
203 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
216 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
224 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
366 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
437 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
555 StackFrameList *prev_frames = m_prev_frames_sp.get(); in GetFramesUpTo()
556 StackFrameList *curr_frames = this; in GetFramesUpTo()
619 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
628 void StackFrameList::Dump(Stream *s) { in Dump()
648 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
715 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex()
737 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
764 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
775 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex()
780 uint32_t StackFrameList::SetSelectedFrame(lldb_private::StackFrame *frame) { in SetSelectedFrame()
799 bool StackFrameList::SetSelectedFrameByIndex(uint32_t idx) { in SetSelectedFrameByIndex()
809 void StackFrameList::SetDefaultFileAndLineToSelectedFrame() { in SetDefaultFileAndLineToSelectedFrame()
824 void StackFrameList::Clear() { in Clear()
831 StackFrameList::GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) { in GetStackFrameSPForStackFramePtr()
846 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus()