Home
last modified time | relevance | path

Searched refs:WCR_ENABLE (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp53 #define WCR_ENABLE ((uint32_t)(1u)) macro
952 if ((m_state.dbg.__wcr[i] & WCR_ENABLE) == 0) in EnableHardwareWatchpoint()
969 WCR_ENABLE; // Enable this watchpoint; in EnableHardwareWatchpoint()
1006 m_state.dbg.__wcr[hw_index] |= (nub_addr_t)WCR_ENABLE; in EnableHardwareWatchpoint0()
1041 m_state.dbg.__wcr[hw_index] &= ~((nub_addr_t)WCR_ENABLE); in DisableHardwareWatchpoint0()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.h45 #define WCR_ENABLE ((uint32_t)(1u)) macro
DRegisterContextDarwin_arm.cpp1168 if ((dbg.wcr[i] & WCR_ENABLE) == 0) in SetHardwareWatchpoint()
1183 WCR_ENABLE; // Enable this watchpoint; in SetHardwareWatchpoint()