9#ifndef LLDB_UTILITY_GDBREMOTE_H
10#define LLDB_UTILITY_GDBREMOTE_H
16#include "llvm/Support/raw_ostream.h"
~StreamGDBRemote() override
int PutEscapedBytes(const void *s, size_t src_len)
Output a block of data to the stream performing GDB-remote escaping.
A stream class that can stream formatted output to a file.
#define LLDB_INVALID_THREAD_ID
A class that represents a running process on the host machine.
ByteOrder
Byte ordering definitions.
GDB remote packet as used by the GDB remote communication history.
void Dump(Stream &strm) const
uint32_t bytes_transmitted
llvm::StringRef GetTypeStr() const
GDBRemotePacket()=default