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

#include <TraceGDBRemotePackets.h>

Public Attributes

lldb::cpu_id_t id
 
std::vector< TraceBinaryDatabinary_data
 List of binary data objects for this core.
 

Detailed Description

Definition at line 121 of file TraceGDBRemotePackets.h.

Member Data Documentation

◆ binary_data

std::vector<TraceBinaryData> lldb_private::TraceCpuState::binary_data

List of binary data objects for this core.

Definition at line 124 of file TraceGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), lldb_private::Trace::RefreshLiveProcessState(), and lldb_private::toJSON().

◆ id

lldb::cpu_id_t lldb_private::TraceCpuState::id

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