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

#include <TraceGDBRemotePackets.h>

Public Attributes

lldb::tid_t tid
 
std::vector< TraceBinaryDatabinary_data
 List of binary data objects for this thread.
 

Detailed Description

Definition at line 110 of file TraceGDBRemotePackets.h.

Member Data Documentation

◆ binary_data

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

List of binary data objects for this thread.

Definition at line 113 of file TraceGDBRemotePackets.h.

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

◆ tid

lldb::tid_t lldb_private::TraceThreadState::tid

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