Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp1552 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local
1554 if (hw_index < num_hw_points) { in ClearHardwareBreakpoint()
1672 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local
1674 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
DRegisterContextDarwin_arm64.cpp1021 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local
1023 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp1064 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local
1066 if (hw_index < num_hw_points) { in DisableHardwareBreakpoint()
1281 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ReenableHardwareWatchpoint_helper() local
1282 if (hw_index >= num_hw_points) in ReenableHardwareWatchpoint_helper()
1318 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint_helper() local
1319 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint_helper()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp1013 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ReenableHardwareWatchpoint_helper() local
1014 if (hw_index >= num_hw_points) in ReenableHardwareWatchpoint_helper()
1050 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint_helper() local
1051 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint_helper()
1075 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local
1076 if (hw_index >= num_hw_points) in DisableHardwareBreakpoint()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp924 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local
927 if (hw_index < num_hw_points && in DisableHardwareBreakpoint()
1115 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local
1118 if (hw_index < num_hw_points && in DisableHardwareWatchpoint()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp983 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local
986 if (hw_index < num_hw_points && in DisableHardwareBreakpoint()
1073 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local
1076 if (hw_index < num_hw_points && in DisableHardwareWatchpoint()
/openbsd/src/sys/dev/pci/drm/amd/display/modules/color/
Dcolor_gamma.c1488 uint32_t num_hw_points, in apply_lut_1d() argument
1510 for (i = 0; i < num_hw_points; i++) { in apply_lut_1d()