Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1498 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1515 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1648 S_USER | // Stop only in user mode in SetHardwareWatchpoint()
H A DRegisterContextDarwin_arm64.cpp996 S_USER | // Stop only in user mode in SetHardwareWatchpoint()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp49 #define S_USER ((uint32_t)(2u << 1)) macro
50 #define S_PRIV_USER ((S_PRIV) | (S_USER))
744 S_USER | // Stop only in user mode in EnableHardwareSingleStep()
1017 S_USER | // Which modes should this breakpoint stop in? in EnableHardwareBreakpoint()
1030 S_USER | // Which modes should this breakpoint stop in? in EnableHardwareBreakpoint()
1231 S_USER | // Stop only in user mode in EnableHardwareWatchpoint()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp35 #define S_USER ((uint32_t)(2u << 1)) macro
962 S_USER | // Stop only in user mode in EnableHardwareWatchpoint()