Home
last modified time | relevance | path

Searched refs:GetHardwareDebugSupportInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp119 NativeProcessProtocol::GetHardwareDebugSupportInfo() const { in GetHardwareDebugSupportInfo() function in NativeProcessProtocol
234 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint()
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h156 GetHardwareDebugSupportInfo() const;
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp3296 auto hw_debug_cap = m_debugged_process_up->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo()