Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.h41 #define S_USER ((uint32_t)(2u << 1)) macro
42 #define S_PRIV_USER ((S_PRIV) | (S_USER))
DRegisterContextDarwin_arm.cpp1034S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1049S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()
1180 S_USER | // Stop only in user mode in SetHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp49 #define S_USER ((uint32_t)(2u << 1)) macro
50 #define S_PRIV_USER ((S_PRIV) | (S_USER))
528 S_USER | // Stop only in user mode in EnableHardwareSingleStep()
807S_USER | // Which modes should this breakpoint stop in? in EnableHardwareBreakpoint()
822S_USER | // Which modes should this breakpoint stop in? in EnableHardwareBreakpoint()
966 S_USER | // Stop only in user mode in EnableHardwareWatchpoint()