Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp853 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local
856 if (hw_index < num_hw_points) in DisableHardwareBreakpoint()
996 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint0() local
997 if (hw_index >= num_hw_points) in EnableHardwareWatchpoint0()
1031 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint0() local
1032 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint0()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp1080 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local
1083 if (hw_index < num_hw_points) in ClearHardwareBreakpoint()
1204 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local
1207 if (hw_index < num_hw_points) in ClearHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp943 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local
947 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp896 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local
900 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()