Searched refs:hw_debug_cap (Results 1 – 2 of 2) sorted by relevance
247 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint() local249 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()
3668 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo() local3671 if (hw_debug_cap == std::nullopt) in Handle_qWatchpointSupportInfo()3674 response.Printf("num:%d;", hw_debug_cap->second); in Handle_qWatchpointSupportInfo()