Searched refs:m_watchpoint_hw_index (Results 1 – 2 of 2) sorted by relevance
353 if (m_watchpoint_hw_index >= 0) in ThreadWillResume()356 if (kret == KERN_SUCCESS && !IsWatchpointEnabled(m_state.dbg, m_watchpoint_hw_index)) { in ThreadWillResume()360 m_watchpoint_hw_index = -1; in ThreadWillResume()364 DisableHardwareWatchpoint0(m_watchpoint_hw_index, true, false); in ThreadWillResume()366 m_watchpoint_hw_index); in ThreadWillResume()377 m_watchpoint_hw_index = -1; in ThreadWillResume()399 if (m_watchpoint_did_occur && m_watchpoint_hw_index >= 0) in ThreadDidStop()401 EnableHardwareWatchpoint0(m_watchpoint_hw_index, true, false); in ThreadDidStop()404 m_watchpoint_hw_index = -1; in ThreadDidStop()460 m_watchpoint_hw_index = hw_index; in NotifyException()
33 m_watchpoint_hw_index(-1), in DNBArchMachARM()244 int32_t m_watchpoint_hw_index; variable