Lines Matching defs:GetFrameAtIndex
392 // Don't create the frames eagerly. Defer this work to GetFrameAtIndex,
608 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) {
634 LLDB_LOG(log, "GetFrameAtIndex was interrupted");
670 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx));
674 frame_sp = GetFrameAtIndex(++frame_idx);
701 frame_sp = GetFrameAtIndex(frame_idx);
732 StackFrameSP frame_sp = GetFrameAtIndex(0);
769 frame_sp = GetFrameAtIndex(stack_idx);
821 StackFrameSP frame_sp(GetFrameAtIndex(idx));
833 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame)));
905 frame_sp = GetFrameAtIndex(frame_idx);