Searched refs:m_disabled_watchpoints (Results 1 – 4 of 4) sorted by relevance
28 : m_thread(thread), m_state(), m_disabled_watchpoints(), in DNBArchMachARM64()33 m_disabled_watchpoints.resize(16); in DNBArchMachARM64()243 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
982 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()983 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()1019 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()1020 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()
29 : m_thread(thread), m_state(), m_disabled_watchpoints(), in DNBArchMachARM()35 m_disabled_watchpoints.resize(16); in DNBArchMachARM()261 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
1281 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()1282 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()1318 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()1319 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()