Searched defs:SendMessage (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/unittests/tools/lldb-server/tests/ | ||
H A D | TestClient.cpp | 194 return SendMessage(message, dummy_string); in SendMessage() function in TestClient |
H A D | TestClient.h | 104 TestClient::SendMessage(llvm::StringRef Message, CreateArgs &&... Args) { SendMessage() function |
/llvm-project/lldb/source/Plugins/Platform/Android/ | ||
H A D | AdbClient.cpp | 212 Status AdbClient::SendMessage(const std::string &packet, const bool reconnect) { SendMessage() function in AdbClient |