9#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H
10#define LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H
24namespace platform_android {
51 explicit SyncService(std::unique_ptr<Connection> &&conn);
79 explicit AdbClient(
const std::string &device_id);
91 llvm::StringRef remote_socket_name,
96 Status Shell(
const char *command, std::chrono::milliseconds timeout,
118 std::chrono::milliseconds timeout);
129 std::vector<char> &output_buf);
static llvm::raw_ostream & error(Stream &strm)
A class that represents a running process on the host machine.