Home
last modified time | relevance | path

Searched refs:byte_address_select (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp1176 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local
1179 … dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA that we will watch in SetHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp962 uint32_t byte_address_select = byte_mask << 5; in EnableHardwareWatchpoint() local
965 …m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow the DVA that we wil… in EnableHardwareWatchpoint()