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

#include <TraceIntelPTJSONStructs.h>

Public Attributes

uint64_t pid
 
std::optional< std::string > triple
 
std::vector< JSONThreadthreads
 
std::vector< JSONModulemodules
 

Detailed Description

Definition at line 34 of file TraceIntelPTJSONStructs.h.

Member Data Documentation

◆ modules

std::vector<JSONModule> lldb_private::trace_intel_pt::JSONProcess::modules

◆ pid

uint64_t lldb_private::trace_intel_pt::JSONProcess::pid

◆ threads

std::vector<JSONThread> lldb_private::trace_intel_pt::JSONProcess::threads

◆ triple

std::optional<std::string> lldb_private::trace_intel_pt::JSONProcess::triple

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