Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.h48 #define WCR_LOAD ((uint32_t)(1u << 3)) macro
DRegisterContextDarwin_arm.cpp1181 (read ? WCR_LOAD : 0) | // Stop on read access? in SetHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp56 #define WCR_LOAD ((uint32_t)(1u << 3)) macro
967 (read ? WCR_LOAD : 0) | // Stop on read access? in EnableHardwareWatchpoint()