Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h367 bool GetQPassSignalsSupported();
DGDBRemoteCommunicationClient.cpp117 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp3960 if (!m_gdb_comm.GetQPassSignalsSupported()) in UpdateAutomaticSignalFiltering()