Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp608 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList
670 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()
674 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()
701 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()
732 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame()
769 frame_sp = GetFrameAtIndex(stack_idx); in SelectMostRelevantFrame()
821 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()
833 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame))); in SetDefaultFileAndLineToSelectedFrame()
905 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
H A DThread.cpp274 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()
290 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h37 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
H A DThread.h432 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i34 return self.sbthread.GetFrameAtIndex(key)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h179 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1116 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64666 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()