Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp81 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp65 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp322 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp452 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
700 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
H A DThread.cpp1425 GetUnwinder().Clear(); in ClearStackFrames()
1888 Unwind &Thread::GetUnwinder() { in GetUnwinder() function in Thread
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp123 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp240 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1271 virtual Unwind &GetUnwinder();