Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp247 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint() local
249 if (hw_debug_cap == std::nullopt || hw_debug_cap->first == 0 || in SetHardwareBreakpoint()
250 hw_debug_cap->first <= m_hw_breakpoints_map.size()) in SetHardwareBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3658 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo() local
3661 if (hw_debug_cap == std::nullopt) in Handle_qWatchpointSupportInfo()
3664 response.Printf("num:%d;", hw_debug_cap->second); in Handle_qWatchpointSupportInfo()