Go to the documentation of this file.
9 #ifndef LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H
10 #define LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H
24 namespace platform_android {
51 explicit SyncService(std::unique_ptr<Connection> &&conn);
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);
140 #endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H
static llvm::raw_ostream & error(Stream &strm)
string(SUBSTRING ${p} 10 -1 pStripped) if($
message(FATAL_ERROR "invalid libipt include path provided") endif() include_directories($
A class that represents a running process on the host machine.