Searched refs:StructuredDataPlugin (Results 1 – 9 of 9) sorted by relevance
30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin() function in StructuredDataPlugin33 StructuredDataPlugin::~StructuredDataPlugin() = default;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()
45 StructuredDataPlugin.cpp
40 class StructuredDataPlugin42 public std::enable_shared_from_this<StructuredDataPlugin> {44 ~StructuredDataPlugin() override;148 StructuredDataPlugin(const lldb::ProcessWP &process_wp);165 StructuredDataPlugin(const StructuredDataPlugin &) = delete;166 const StructuredDataPlugin &operator=(const StructuredDataPlugin &) = delete;
23 class StructuredDataDarwinLog : public StructuredDataPlugin {
1054 #pragma mark StructuredDataPlugin API1322 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false), in StructuredDataDarwinLog()1343 StructuredDataPlugin::InitializeBasePluginForDebugger(debugger); in DebuggerInitialize()1508 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
44 StructuredDataPlugin.cpp \
68 "StructuredDataPlugin.cpp",
211 class StructuredDataPlugin; variable408 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>410 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
935 #pragma mark StructuredDataPlugin