Home
last modified time | relevance | path

Searched refs:m_reg_context_sp (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp75 if (!m_reg_context_sp) in GetRegisterContext()
76 m_reg_context_sp.reset (new RegisterContextThreadMemory (*this, m_register_data_addr)); in GetRegisterContext()
77 return m_reg_context_sp; in GetRegisterContext()
138 if (m_reg_context_sp) in RefreshStateAfterStop()
139 m_reg_context_sp->InvalidateAllRegisters(); in RefreshStateAfterStop()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp66 if (m_reg_context_sp.get() == NULL) { in GetRegisterContext()
67 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()
69 return m_reg_context_sp; in GetRegisterContext()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp185 if (m_reg_context_sp.get() == NULL) in GetRegisterContext()
186 m_reg_context_sp = CreateRegisterContextForFrame (NULL); in GetRegisterContext()
187 return m_reg_context_sp; in GetRegisterContext()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.h101 if (!m_reg_context_sp) in GetPOSIXBreakpointProtocol()
102 m_reg_context_sp = GetRegisterContext(); in GetPOSIXBreakpointProtocol()
DPOSIXThread.cpp152 if (!m_reg_context_sp) in GetRegisterContext()
177 m_reg_context_sp.reset(reg_ctx); in GetRegisterContext()
204 m_reg_context_sp.reset(reg_ctx); in GetRegisterContext()
214 return m_reg_context_sp; in GetRegisterContext()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DStackFrame.h252 return m_reg_context_sp; in GetRegisterContextSP()
508 lldb::RegisterContextSP m_reg_context_sp; variable
DThread.h1082 …lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this thread's current re… variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStackFrame.cpp60 m_reg_context_sp (), in StackFrame()
99 m_reg_context_sp (reg_context_sp), in StackFrame()
138 m_reg_context_sp (reg_context_sp), in StackFrame()
1194 if (!m_reg_context_sp) in GetRegisterContext()
1198 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame (this); in GetRegisterContext()
1200 return m_reg_context_sp; in GetRegisterContext()
1395 m_reg_context_sp = curr_frame.m_reg_context_sp; in UpdatePreviousFrameFromCurrentFrame()
DThread.cpp261 m_reg_context_sp (), in Thread()
321 m_reg_context_sp.reset(); in DestroyThread()
2044 m_reg_context_sp.reset(); in Flush()