Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp234 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint() local
236 if (hw_debug_cap == llvm::None || hw_debug_cap->first == 0 || in SetHardwareBreakpoint()
237 hw_debug_cap->first <= m_hw_breakpoints_map.size()) in SetHardwareBreakpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp3296 auto hw_debug_cap = m_debugged_process_up->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo() local
3299 if (hw_debug_cap == llvm::None) in Handle_qWatchpointSupportInfo()
3302 response.Printf("num:%d;", hw_debug_cap->second); in Handle_qWatchpointSupportInfo()