Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h351 bool GetEchoSupported();
DGDBRemoteCommunicationClient.cpp146 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp998 m_gdb_comm.GetEchoSupported(); in ConnectToDebugserver()