Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp246 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint() local
248 if (hw_debug_cap == llvm::None || hw_debug_cap->first == 0 || in SetHardwareBreakpoint()
249 hw_debug_cap->first <= m_hw_breakpoints_map.size()) in SetHardwareBreakpoint()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3644 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo() local
3647 if (hw_debug_cap == llvm::None) in Handle_qWatchpointSupportInfo()
3650 response.Printf("num:%d;", hw_debug_cap->second); in Handle_qWatchpointSupportInfo()