Home
last modified time | relevance | path

Searched refs:StructuredDataPlugin (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStructuredDataPlugin.cpp30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin() function in StructuredDataPlugin
33 StructuredDataPlugin::~StructuredDataPlugin() {} in ~StructuredDataPlugin()
35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { in GetEnabled()
41 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess()
45 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { in InitializeBasePluginForDebugger()
64 void StructuredDataPlugin::ModulesDidLoad(Process &process, in ModulesDidLoad()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStructuredDataPlugin.h40 class StructuredDataPlugin
42 public std::enable_shared_from_this<StructuredDataPlugin> {
44 ~StructuredDataPlugin() override;
148 StructuredDataPlugin(const lldb::ProcessWP &process_wp);
165 DISALLOW_COPY_AND_ASSIGN(StructuredDataPlugin);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
HDStructuredDataDarwinLog.cpp1078 #pragma mark StructuredDataPlugin API
1346 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false), in StructuredDataDarwinLog()
1367 StructuredDataPlugin::InitializeBasePluginForDebugger(debugger); in DebuggerInitialize()
1532 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h212 class StructuredDataPlugin; variable
427 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>
429 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp1552 #pragma mark StructuredDataPlugin