Searched refs:CreateRegisterContextForFrame (Results 1 - 15 of 15) sorted by relevance

/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp86 m_reg_context_sp = CreateRegisterContextForFrame (NULL);
91 ThreadMachCore::CreateRegisterContextForFrame (StackFrame *frame) function in class:ThreadMachCore
115 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
H A DThreadMachCore.h38 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp107 m_reg_context_sp = CreateRegisterContextForFrame (NULL);
112 ThreadKDP::CreateRegisterContextForFrame (StackFrame *frame) function in class:ThreadKDP
146 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
H A DThreadKDP.h42 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp63 m_reg_context_sp = CreateRegisterContextForFrame (NULL);
69 ThreadElfCore::CreateRegisterContextForFrame (StackFrame *frame) function in class:ThreadElfCore
114 reg_ctx_sp = m_unwinder_ap->CreateRegisterContextForFrame (frame);
H A DThreadElfCore.h130 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp81 ThreadMemory::CreateRegisterContextForFrame (StackFrame *frame) function in class:ThreadMemory
97 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
H A DThreadMemory.h40 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp159 m_reg_context_sp = CreateRegisterContextForFrame (NULL);
164 ThreadGDBRemote::CreateRegisterContextForFrame (StackFrame *frame) function in class:ThreadGDBRemote
187 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
H A DThreadGDBRemote.h45 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/external/lldb/include/lldb/Target/
H A DUnwind.h82 CreateRegisterContextForFrame (StackFrame *frame) function in class:lldb_private::Unwind
H A DThread.h422 CreateRegisterContextForFrame (StackFrame *frame) = 0;
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h60 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
H A DPOSIXThread.cpp175 POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) function in class:POSIXThread
192 reg_ctx_sp = GetUnwinder()->CreateRegisterContextForFrame(frame);
/external/lldb/source/Target/
H A DStackFrame.cpp1158 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame (this);

Completed in 2273 milliseconds