LLDB mainline
Public Attributes | List of all members
lldb_private::TraceBinaryData Struct Reference

#include <TraceGDBRemotePackets.h>

Public Attributes

std::string kind
 Identifier of data to fetch with jLLDBTraceGetBinaryData.
 
uint64_t size
 Size in bytes for this data.
 

Detailed Description

Definition at line 98 of file TraceGDBRemotePackets.h.

Member Data Documentation

◆ kind

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().

◆ size

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().


The documentation for this struct was generated from the following file: