Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp647 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList
722 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()
726 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()
754 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()
800 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()
811 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()
876 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
H A DThread.cpp266 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()
282 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
587 auto frame_sp = frames_list_sp->GetFrameAtIndex(0); in SelectMostRelevantFrame()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i331 GetFrameAtIndex (uint32_t idx);
432 return self.sbthread.GetFrameAtIndex(key)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h34 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
H A DThread.h400 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h175 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1137 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread
1138 LLDB_RECORD_METHOD(lldb::SBFrame, SBThread, GetFrameAtIndex, (uint32_t), idx); in GetFrameAtIndex()
1442 LLDB_REGISTER_METHOD(lldb::SBFrame, SBThread, GetFrameAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55518 result = (arg1)->GetFrameAtIndex(arg2); in _wrap_SBThread_GetFrameAtIndex()