Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h353 bool GetQPassSignalsSupported();
DGDBRemoteCommunicationClient.cpp153 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp3881 if (!m_gdb_comm.GetQPassSignalsSupported()) in UpdateAutomaticSignalFiltering()