Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin() function in StructuredDataPlugin
33 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h40 class StructuredDataPlugin
42 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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
H A DStructuredDataDarwinLog.cpp808 result.AppendError("failed to get StructuredDataPlugin for " in DoExecute()
1056 #pragma mark StructuredDataPlugin API
1058 // StructuredDataPlugin API
1317 : 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h218 class StructuredDataPlugin; variable
432 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>
434 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp999 #pragma mark StructuredDataPlugin