Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h76 bool QueryNoAckModeSupported();
H A DGDBRemoteCommunicationClient.cpp94 if (QueryNoAckModeSupported()) { in HandshakeWithServer()
191 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported() function in GDBRemoteCommunicationClient