Home
last modified time | relevance | path

Searched refs:GetFrameAtIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStackFrameList.cpp508 StackFrameList::GetFrameAtIndex (uint32_t idx) in GetFrameAtIndex() function in StackFrameList
597 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()
DThread.cpp347 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex (frame_idx)); in SetSelectedFrameByIndex()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DStackFrameList.h40 GetFrameAtIndex (uint32_t idx);
DThread.h315 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
360 return stack_frame_list_sp->GetFrameAtIndex (stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBThread.h169 GetFrameAtIndex (uint32_t idx);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBThread.cpp1110 SBThread::GetFrameAtIndex (uint32_t idx) in GetFrameAtIndex() function in SBThread