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.cpp668 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList
749 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()
753 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()
781 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()
811 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame()
872 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()
884 GetFrameAtIndex(GetSelectedFrameIndex(DoNoSelectMostRelevantFrame))); in SetDefaultFileAndLineToSelectedFrame()
956 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
H A DThread.cpp267 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()
283 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i13 return lldb_iter(self, 'GetNumFrames', 'GetFrameAtIndex')
34 return self.sbthread.GetFrameAtIndex(key)
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h36 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
H A DThread.h407 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
/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.cpp1102 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63436 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()