Searched refs:m_reg_context_up (Results 1 – 8 of 8) sorted by relevance
91 m_reg_context_up( in NativeThreadLinux()156 m_reg_context_up->SetHardwareWatchpoint(addr, size, watch_flags); in SetWatchpoint()169 if (m_reg_context_up->ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()183 uint32_t bp_index = m_reg_context_up->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint()198 if (m_reg_context_up->ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()220 m_reg_context_up->ClearAllHardwareWatchpoints(); in Resume()232 m_reg_context_up->ClearAllHardwareBreakpoints(); in Resume()355 ostr << m_reg_context_up->GetWatchpointAddress(wp_index) << " "; in SetStoppedByWatchpoint()369 ostr << " " << m_reg_context_up->GetWatchpointHitAddress(wp_index); in SetStoppedByWatchpoint()
42 return *m_reg_context_up; in GetRegisterContext()100 std::unique_ptr<NativeRegisterContextLinux> m_reg_context_up; variable
28 m_reg_context_up = in NativeThreadWindows()143 m_reg_context_up->SetHardwareWatchpoint(addr, size, watch_flags); in SetWatchpoint()156 if (m_reg_context_up->ClearHardwareWatchpoint(wp_index)) in RemoveWatchpoint()
36 return *m_reg_context_up; in GetRegisterContext()60 std::unique_ptr<NativeRegisterContextWindows> m_reg_context_up; variable
39 m_reg_context_up( in NativeThreadFreeBSD()216 assert(m_reg_context_up); in GetRegisterContext()217 return *m_reg_context_up; in GetRegisterContext()
72 std::unique_ptr<NativeRegisterContextFreeBSD> m_reg_context_up; variable
40 m_stop_info(), m_reg_context_up( in NativeThreadNetBSD()233 assert(m_reg_context_up); in GetRegisterContext()234 return *m_reg_context_up; in GetRegisterContext()
72 std::unique_ptr<NativeRegisterContextNetBSD> m_reg_context_up; variable