Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h78 bool QueryNoAckModeSupported();
H A DGDBRemoteCommunicationClient.cpp97 if (QueryNoAckModeSupported()) { in HandshakeWithServer()
200 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported() function in GDBRemoteCommunicationClient