Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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(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()
H A DCMakeLists.txt45 StructuredDataPlugin.cpp
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
H A DStructuredDataDarwinLog.cpp1054 #pragma mark StructuredDataPlugin API
1322 : 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()
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile44 StructuredDataPlugin.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn68 "StructuredDataPlugin.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h211 class StructuredDataPlugin; variable
408 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>
410 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp935 #pragma mark StructuredDataPlugin