Searched refs:GetFrameAtIndex (Results 1 – 8 of 8) sorted by relevance
668 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList749 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()753 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()781 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()811 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame()872 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()884 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame))); in SetDefaultFileAndLineToSelectedFrame()956 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
267 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()283 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
13 return lldb_iter(self, 'GetNumFrames', 'GetFrameAtIndex')34 return self.sbthread.GetFrameAtIndex(key)
36 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
407 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
179 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
1102 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread
63436 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()