Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h91 bool QueryNoAckModeSupported();
DGDBRemoteCommunicationClient.cpp133 if (QueryNoAckModeSupported()) { in HandshakeWithServer()
209 bool GDBRemoteCommunicationClient::QueryNoAckModeSupported() { in QueryNoAckModeSupported() function in GDBRemoteCommunicationClient