Lines Matching refs:StackFrameList

38 StackFrameList::StackFrameList(Thread &thread,  in StackFrameList()  function in StackFrameList
52 StackFrameList::~StackFrameList() { in ~StackFrameList()
58 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
65 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
83 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
206 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
219 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
227 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
369 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
440 bool StackFrameList::GetFramesUpTo(uint32_t end_idx, in GetFramesUpTo()
570 StackFrameList *prev_frames = m_prev_frames_sp.get(); in GetFramesUpTo()
571 StackFrameList *curr_frames = this; in GetFramesUpTo()
638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames()
648 void StackFrameList::Dump(Stream *s) { in Dump()
668 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
741 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex()
763 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID()
790 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
801 void StackFrameList::SelectMostRelevantFrame() { in SelectMostRelevantFrame()
834 uint32_t StackFrameList::GetSelectedFrameIndex( in GetSelectedFrameIndex()
849 uint32_t StackFrameList::SetSelectedFrame(lldb_private::StackFrame *frame) { in SetSelectedFrame()
870 bool StackFrameList::SetSelectedFrameByIndex(uint32_t idx) { in SetSelectedFrameByIndex()
880 void StackFrameList::SetDefaultFileAndLineToSelectedFrame() { in SetDefaultFileAndLineToSelectedFrame()
901 void StackFrameList::Clear() { in Clear()
909 StackFrameList::GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) { in GetStackFrameSPForStackFramePtr()
924 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus()