Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp246 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
247 for (uint32_t wp_index = 0; wp_index < num_hw_watchpoints; ++wp_index) { in SetHardwareWatchpoint()
H A DRegisterContextDarwin_arm64.cpp946 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
983 for (i = 0; i < num_hw_watchpoints; ++i) { in SetHardwareWatchpoint()
989 if (i < num_hw_watchpoints) { in SetHardwareWatchpoint()
H A DRegisterContextDarwin_arm.cpp1644 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
1681 for (i = 0; i < num_hw_watchpoints; ++i) { in SetHardwareWatchpoint()
1687 if (i < num_hw_watchpoints) { in SetHardwareWatchpoint()