Searched refs:GetFrameAtIndex (Results 1 – 8 of 8) sorted by relevance
647 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList722 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()726 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()754 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()800 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()811 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()876 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
266 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()282 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()587 auto frame_sp = frames_list_sp->GetFrameAtIndex(0); in SelectMostRelevantFrame()
331 GetFrameAtIndex (uint32_t idx);432 return self.sbthread.GetFrameAtIndex(key)
34 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
400 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
175 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
1137 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread1138 LLDB_RECORD_METHOD(lldb::SBFrame, SBThread, GetFrameAtIndex, (uint32_t), idx); in GetFrameAtIndex()1442 LLDB_REGISTER_METHOD(lldb::SBFrame, SBThread, GetFrameAtIndex, (uint32_t)); in RegisterMethods()
55518 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()