Searched defs:CreateRegisterContextForFrame (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Target/
H A DUnwind.h82 CreateRegisterContextForFrame (StackFrame *frame) function in class:lldb_private::Unwind
/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);
/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);
/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);
/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);
/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);
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp175 POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) function in class:POSIXThread
192 reg_ctx_sp = GetUnwinder()->CreateRegisterContextForFrame(frame);

Completed in 1250 milliseconds