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

Helper struct holding the objects created when parsing a process. More...

#include <TraceIntelPTBundleLoader.h>

Public Attributes

lldb::TargetSP target_sp
 
std::vector< lldb::ThreadPostMortemTraceSPthreads
 

Detailed Description

Helper struct holding the objects created when parsing a process.

Definition at line 23 of file TraceIntelPTBundleLoader.h.

Member Data Documentation

◆ target_sp

lldb::TargetSP lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::ParsedProcess::target_sp

◆ threads

std::vector<lldb::ThreadPostMortemTraceSP> lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::ParsedProcess::threads

Definition at line 25 of file TraceIntelPTBundleLoader.h.


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