Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.h38 static constexpr uint32_t GetNumHardwareBreakpointSlots() { in GetNumHardwareBreakpointSlots() function
H A DProcessWindows.cpp120 RegisterContextWindows::GetNumHardwareBreakpointSlots(), in ProcessWindows()
841 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
846 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
861 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint()
865 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint()