LLDB mainline
|
#include <TraceGDBRemotePackets.h>
Public Attributes | |
std::string | kind |
Identifier of data to fetch with jLLDBTraceGetBinaryData. | |
uint64_t | size |
Size in bytes for this data. | |
Definition at line 98 of file TraceGDBRemotePackets.h.
std::string lldb_private::TraceBinaryData::kind |
Identifier of data to fetch with jLLDBTraceGetBinaryData.
Definition at line 100 of file TraceGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::Trace::RefreshLiveProcessState(), and lldb_private::toJSON().
uint64_t lldb_private::TraceBinaryData::size |
Size in bytes for this data.
Definition at line 102 of file TraceGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::Trace::RefreshLiveProcessState(), and lldb_private::toJSON().