LLDB mainline
|
Helper struct holding the objects created when parsing a process. More...
#include <TraceIntelPTBundleLoader.h>
Public Attributes | |
lldb::TargetSP | target_sp |
std::vector< lldb::ThreadPostMortemTraceSP > | threads |
Helper struct holding the objects created when parsing a process.
Definition at line 23 of file TraceIntelPTBundleLoader.h.
lldb::TargetSP lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::ParsedProcess::target_sp |
Definition at line 24 of file TraceIntelPTBundleLoader.h.
Referenced by lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::CreateEmptyProcess().
std::vector<lldb::ThreadPostMortemTraceSP> lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::ParsedProcess::threads |
Definition at line 25 of file TraceIntelPTBundleLoader.h.