Searched refs:m_reg_context_sp (Results 1 – 9 of 9) sorted by relevance
75 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()
66 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()
185 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()
101 if (!m_reg_context_sp) in GetPOSIXBreakpointProtocol()102 m_reg_context_sp = GetRegisterContext(); in GetPOSIXBreakpointProtocol()
152 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()
252 return m_reg_context_sp; in GetRegisterContextSP()508 lldb::RegisterContextSP m_reg_context_sp; variable
1082 …lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this thread's current re… variable
60 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()
261 m_reg_context_sp (), in Thread()321 m_reg_context_sp.reset(); in DestroyThread()2044 m_reg_context_sp.reset(); in Flush()