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()242 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
1017 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()1018 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()1054 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()1055 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()260 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
1285 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()1286 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()1322 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()1323 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()