Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h40 lldb::StackFrameSP GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
H A DThread.h404 GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp224 thread_sp->GetFrameWithConcreteFrameIndex(0)) { in SafeToCallFunctionsOnThisThread()
226 thread_sp->GetFrameWithConcreteFrameIndex(0)->GetSymbolContext( in SafeToCallFunctionsOnThisThread()
/openbsd/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp118 m_thread.GetFrameWithConcreteFrameIndex(m_concrete_frame_idx)); in SetPC()
H A DStackFrameList.cpp715 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() function in StackFrameList
H A DThread.cpp1452 lldb::StackFrameSP Thread::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() function in Thread
1453 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()