Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
839 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
844 num = RegisterContextWindows::GetNumHardwareBreakpointSlots(); in GetWatchpointSupportInfo()
859 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint()
863 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint()