Home
last modified time | relevance | path

Searched refs:CreateRegisterContextForFrame (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp38 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
43 ThreadFreeBSDKernel::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadFreeBSDKernel
81 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadFreeBSDKernel.h26 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.cpp38 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
43 ThreadOpenBSDKernel::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadOpenBSDKernel
81 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadOpenBSDKernel.h26 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp47 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
53 ThreadMinidump::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadMinidump
112 reg_ctx_sp = m_unwinder_up->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadMinidump.h33 CreateRegisterContextForFrame(StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp65 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
70 ThreadMachCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadMachCore
89 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadMachCore.h31 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.cpp26 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
32 ThreadPostMortemTrace::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadPostMortemTrace
H A DThreadPostMortemTrace.h42 CreateRegisterContextForFrame(StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp82 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
87 ThreadKDP::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadKDP
121 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadKDP.h34 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp55 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
61 TargetThreadWindows::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in TargetThreadWindows
116 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DTargetThreadWindows.h35 CreateRegisterContextForFrame(StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp60 HistoryThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in HistoryThread
61 return m_unwinder_up->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadMemory.cpp57 ThreadMemory::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadMemory
65 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DHistoryThread.h44 CreateRegisterContextForFrame(StackFrame *frame) override;
H A DThreadMemory.h30 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp295 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
300 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadGDBRemote
322 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadGDBRemote.h57 CreateRegisterContextForFrame(StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp109 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
114 ScriptedThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ScriptedThread
119 return GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DScriptedThread.h43 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp59 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
65 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function in ThreadElfCore
217 reg_ctx_sp = GetUnwinder().CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
H A DThreadElfCore.h146 CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwind.h56 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() function

12