Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp67 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()
73 ThreadElfCore::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadElfCore
153 reg_ctx_sp = m_unwinder_ap->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
DThreadElfCore.h134 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp186 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()
191 ThreadGDBRemote::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadGDBRemote
215 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
DThreadGDBRemote.h48 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DHistoryThread.cpp67 HistoryThread::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in HistoryThread
69 return m_unwinder_ap->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
DThreadMemory.cpp81 ThreadMemory::CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function in ThreadMemory
97 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
DHistoryThread.h46 CreateRegisterContextForFrame (StackFrame *frame);
DThreadMemory.h40 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DUnwind.h82 CreateRegisterContextForFrame (StackFrame *frame) in CreateRegisterContextForFrame() function
DThread.h383 CreateRegisterContextForFrame (StackFrame *frame) = 0;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.h60 CreateRegisterContextForFrame (lldb_private::StackFrame *frame);
DPOSIXThread.cpp218 POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) in CreateRegisterContextForFrame() function in POSIXThread
235 reg_ctx_sp = GetUnwinder()->CreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStackFrame.cpp1198 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame (this); in GetRegisterContext()