Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp992 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local
995 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA in SetHardwareWatchpoint()
H A DRegisterContextDarwin_arm.cpp1643 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local
1646 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA in SetHardwareWatchpoint()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp903 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
926 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
930 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1202 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
1225 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
1229 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()