Searched refs:GetFrameAtIndex (Results 1 – 11 of 11) sorted by relevance
638 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList714 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()718 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()746 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()792 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()803 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()881 StackFrameSP prev_frame_zero_sp(prev_sp->GetFrameAtIndex(0)); in Merge()882 StackFrameSP curr_frame_zero_sp(curr_ap->GetFrameAtIndex(0)); in Merge()967 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
322 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()338 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
37 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
423 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
582 lldb::SBFrame frame = thread.GetFrameAtIndex(i); in Execute()758 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()929 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
559 lldb::SBFrame frame = rThread.GetFrameAtIndex(vnLevel); in MIResponseFormFrameInfo()
177 : thread.GetFrameAtIndex(nFrame); in Execute()
604 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
1157 lldb::SBFrame frame = thread.GetFrameAtIndex(0); in HandleProcessEventStopSignal()
171 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
1269 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread