Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp1605 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local
1607 if (hw_index < num_hw_points) { in ClearHardwareBreakpoint()
1725 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local
1727 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
DRegisterContextDarwin_arm64.cpp1022 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local
1024 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()