LLDB mainline
Classes | Namespaces | Typedefs
IntelPTProcessTrace.h File Reference
#include "lldb/Utility/TraceIntelPTGDBRemotePackets.h"
#include <memory>
#include <optional>

Go to the source code of this file.

Classes

class  lldb_private::process_linux::IntelPTProcessTrace
 Interface to be implemented by each 'process trace' strategy (per cpu, per thread, etc). More...
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 
namespace  lldb_private::process_linux
 

Typedefs

using lldb_private::process_linux::IntelPTProcessTraceUP = std::unique_ptr< IntelPTProcessTrace >