Home
last modified time | relevance | path

Searched defs:GDBRemotePacket (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h50 struct GDBRemotePacket { struct
54 GDBRemotePacket() = default; argument
56 void Clear() { in Clear()
64 struct BinaryData {
70 BinaryData packet;
71 Type type = ePacketTypeInvalid;
72 uint32_t bytes_transmitted = 0;
73 uint32_t packet_idx = 0;
74 lldb::tid_t tid = LLDB_INVALID_THREAD_ID;