Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3668 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo() local
3671 if (hw_debug_cap == std::nullopt) in Handle_qWatchpointSupportInfo()
3674 response.Printf("num:%d;", hw_debug_cap->second); in Handle_qWatchpointSupportInfo()