Home
last modified time | relevance | path

Searched refs:S_USER (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h19 #define S_USER ((uint32_t)(2u << 1)) macro
20 #define S_PRIV_USER ((S_PRIV) | (S_USER))
H A DRegisterContextDarwin_arm.h36 #define S_USER ((uint32_t)(2u << 1)) macro
37 #define S_PRIV_USER ((S_PRIV) | (S_USER))
H A DRegisterContextDarwin_arm.cpp1551 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1568 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1701 S_USER | // Stop only in user mode in SetHardwareWatchpoint()
H A DRegisterContextDarwin_arm64.cpp996 S_USER | // Stop only in user mode in SetHardwareWatchpoint()