Home
last modified time | relevance | path

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

12

/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dlinux-arm-low.c393 arm_hwbp_control_initialize (unsigned byte_address_select, in arm_hwbp_control_initialize() argument
397 gdb_assert ((byte_address_select & ~0xffU) == 0); in arm_hwbp_control_initialize()
399 || ((byte_address_select & 0xfU) != 0)); in arm_hwbp_control_initialize()
401 return (byte_address_select << 5) | (hwbp_type << 3) | (3 << 1) | enable; in arm_hwbp_control_initialize()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dlinux-arm-low.cc447 arm_hwbp_control_initialize (unsigned byte_address_select, in arm_hwbp_control_initialize() argument
451 gdb_assert ((byte_address_select & ~0xffU) == 0); in arm_hwbp_control_initialize()
453 || ((byte_address_select & 0xfU) != 0)); in arm_hwbp_control_initialize()
455 return (byte_address_select << 5) | (hwbp_type << 3) | (3 << 1) | enable; in arm_hwbp_control_initialize()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Darm-linux-nat.c861 arm_hwbp_control_initialize (unsigned byte_address_select, in arm_hwbp_control_initialize() argument
865 gdb_assert ((byte_address_select & ~0xffU) == 0); in arm_hwbp_control_initialize()
867 || ((byte_address_select & 0xfU) != 0)); in arm_hwbp_control_initialize()
869 return (byte_address_select << 5) | (hwbp_type << 3) | (3 << 1) | enable; in arm_hwbp_control_initialize()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Darm-linux-nat.c923 arm_hwbp_control_initialize (unsigned byte_address_select, in arm_hwbp_control_initialize() argument
927 gdb_assert ((byte_address_select & ~0xffU) == 0); in arm_hwbp_control_initialize()
929 || ((byte_address_select & 0xfU) != 0)); in arm_hwbp_control_initialize()
931 return (byte_address_select << 5) | (hwbp_type << 3) | (3 << 1) | enable; in arm_hwbp_control_initialize()
/dports/devel/gdb/gdb-11.1/gdb/
H A Darm-linux-nat.c845 arm_hwbp_control_initialize (unsigned byte_address_select, in arm_hwbp_control_initialize() argument
849 gdb_assert ((byte_address_select & ~0xffU) == 0); in arm_hwbp_control_initialize()
851 || ((byte_address_select & 0xfU) != 0)); in arm_hwbp_control_initialize()
853 return (byte_address_select << 5) | (hwbp_type << 3) | (3 << 1) | enable; in arm_hwbp_control_initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp993 uint32_t byte_address_select = byte_mask << 5; in SetHardwareWatchpoint() local
996 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA in SetHardwareWatchpoint()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp772 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
795 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
799 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp876 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
899 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
903 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1198 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
1221 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
1225 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1196 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
1219 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
1223 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1198 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
1221 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
1225 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp876 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
899 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
903 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp898 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
921 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
925 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1198 uint32_t byte_address_select = ((1 << size) - 1) << addr_dword_offset; in EnableHardwareWatchpoint() local
1221 byte_address_select = byte_address_select << 5; in EnableHardwareWatchpoint()
1225 m_state.dbg.__wcr[i] = byte_address_select | // Which bytes that follow in EnableHardwareWatchpoint()

12