Searched refs:GetFrameAtIndex (Results 1 – 6 of 6) sorted by relevance
508 StackFrameList::GetFrameAtIndex (uint32_t idx) in GetFrameAtIndex() function in StackFrameList597 StackFrameSP frame_sp (GetFrameAtIndex (frame_idx)); in GetFrameWithConcreteFrameIndex()602 frame_sp = GetFrameAtIndex (++frame_idx); in GetFrameWithConcreteFrameIndex()636 frame_sp = GetFrameAtIndex (frame_idx); in GetFrameWithStackID()696 StackFrameSP frame_sp (GetFrameAtIndex (idx)); in SetSelectedFrameByIndex()711 StackFrameSP frame_sp (GetFrameAtIndex (GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()811 StackFrameSP prev_frame_zero_sp(prev_sp->GetFrameAtIndex (0)); in Merge()812 StackFrameSP curr_frame_zero_sp(curr_ap->GetFrameAtIndex (0)); in Merge()906 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
347 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex (frame_idx)); in SetSelectedFrameByIndex()
40 GetFrameAtIndex (uint32_t idx);
315 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()360 return stack_frame_list_sp->GetFrameAtIndex (stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
169 GetFrameAtIndex (uint32_t idx);
1110 SBThread::GetFrameAtIndex (uint32_t idx) in GetFrameAtIndex() function in SBThread