Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.h49 #define WCR_STORE ((uint32_t)(1u << 4)) macro
DRegisterContextDarwin_arm.cpp1182 (write ? WCR_STORE : 0) | // Stop on write access? in SetHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp57 #define WCR_STORE ((uint32_t)(1u << 4)) macro
968 (write ? WCR_STORE : 0) | // Stop on write access? in EnableHardwareWatchpoint()