Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h72 bool QueryNoAckModeSupported();
H A DGDBRemoteCommunicationClient.cpp132 if (QueryNoAckModeSupported()) { in HandshakeWithServer()
208 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported() function in GDBRemoteCommunicationClient