Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp86 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp64 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.cpp116 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp121 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp314 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp443 Unwind &unwinder = m_thread.GetUnwinder(); in GetFramesUpTo()
687 if (m_thread.GetUnwinder().GetFrameInfoAtIndex( in GetFrameAtIndex()
DThread.cpp1437 GetUnwinder().Clear(); in ClearStackFrames()
1870 Unwind &Thread::GetUnwinder() { in GetUnwinder() function in Thread
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp223 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/external/llvm-project/lldb/include/lldb/Target/
DThread.h1216 virtual Unwind &GetUnwinder();
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp254 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()