Searched refs:GetFrameAtIndex (Results 1 – 8 of 8) sorted by relevance
608 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList670 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()674 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()701 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()732 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame()769 frame_sp = GetFrameAtIndex(stack_idx); in SelectMostRelevantFrame()821 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()833 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame))); in SetDefaultFileAndLineToSelectedFrame()905 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
274 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()290 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
37 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
432 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
34 return self.sbthread.GetFrameAtIndex(key)
179 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
1116 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread
64666 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()