LLDB mainline
TraceInstance Struct Reference
Inheritance diagram for TraceInstance:
[legend]

Public Member Functions

 TraceInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback_from_bundle, TraceCreateInstanceForLiveProcess create_callback_for_live_process, llvm::StringRef schema, DebuggerInitializeCallback debugger_init_callback)
Public Member Functions inherited from PluginInstance< TraceCreateInstanceFromBundle >
 PluginInstance ()=default

Public Attributes

llvm::StringRef schema
TraceCreateInstanceForLiveProcess create_callback_for_live_process
Public Attributes inherited from PluginInstance< TraceCreateInstanceFromBundle >
llvm::StringRef name
llvm::StringRef description
bool enabled
TraceCreateInstanceFromBundle create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< TraceCreateInstanceFromBundle >
typedef TraceCreateInstanceFromBundle CallbackType

Detailed Description

Definition at line 1541 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ TraceInstance()

TraceInstance::TraceInstance ( llvm::StringRef name,
llvm::StringRef description,
CallbackType create_callback_from_bundle,
TraceCreateInstanceForLiveProcess create_callback_for_live_process,
llvm::StringRef schema,
DebuggerInitializeCallback debugger_init_callback )
inline

Member Data Documentation

◆ create_callback_for_live_process

TraceCreateInstanceForLiveProcess TraceInstance::create_callback_for_live_process

Definition at line 1555 of file PluginManager.cpp.

Referenced by TraceInstance().

◆ schema

llvm::StringRef TraceInstance::schema

Definition at line 1554 of file PluginManager.cpp.

Referenced by TraceInstance().


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