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()
202 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
215 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
223 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
365 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
436 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
554 StackFrameList *prev_frames = m_prev_frames_sp.get(); in GetFramesUpTo()
555 StackFrameList *curr_frames = this; in GetFramesUpTo()
618 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
627 void StackFrameList::Dump(Stream *s) { in Dump()
647 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
714 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex()
736 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
763 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
774 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex()
779 uint32_t StackFrameList::SetSelectedFrame(lldb_private::StackFrame *frame) { in SetSelectedFrame()
798 bool StackFrameList::SetSelectedFrameByIndex(uint32_t idx) { in SetSelectedFrameByIndex()
808 void StackFrameList::SetDefaultFileAndLineToSelectedFrame() { in SetDefaultFileAndLineToSelectedFrame()
823 void StackFrameList::Clear() { in Clear()
830 StackFrameList::GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) { in GetStackFrameSPForStackFramePtr()
845 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus()