Lines Matching defs:GetFrameAtIndex
241 // Don't create the frames eagerly. Defer this work to GetFrameAtIndex,
668 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) {
688 LLDB_LOG(log, "GetFrameAtIndex was interrupted");
749 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx));
753 frame_sp = GetFrameAtIndex(++frame_idx);
781 frame_sp = GetFrameAtIndex(frame_idx);
811 StackFrameSP frame_sp = GetFrameAtIndex(0);
872 StackFrameSP frame_sp(GetFrameAtIndex(idx));
884 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame)));
956 frame_sp = GetFrameAtIndex(frame_idx);