Home
last modified time | relevance | path

Searched refs:GetUnwinder (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp81 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.cpp81 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp65 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp89 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp121 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp116 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp322 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp447 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
674 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
H A DThread.cpp1437 GetUnwinder().Clear(); in ClearStackFrames()
1882 Unwind &Thread::GetUnwinder() { in GetUnwinder() function in Thread
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp119 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp217 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1225 virtual Unwind &GetUnwinder();