Searched refs:StructuredDataPlugin (Results 1 – 6 of 6) sorted by relevance
30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin() function in StructuredDataPlugin33 StructuredDataPlugin::~StructuredDataPlugin() = default;35 bool StructuredDataPlugin::GetEnabled(llvm::StringRef 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()
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 {
808 result.AppendError("failed to get StructuredDataPlugin for " in DoExecute() 1056 #pragma mark StructuredDataPlugin API1058 // StructuredDataPlugin API1317 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false),1338 StructuredDataPlugin::InitializeBasePluginForDebugger(debugger); in CreateInstance() 1498 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
218 class StructuredDataPlugin; variable432 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>434 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
999 #pragma mark StructuredDataPlugin