Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStructuredDataPlugin.cpp31 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp) in StructuredDataPlugin() function in StructuredDataPlugin
34 StructuredDataPlugin::~StructuredDataPlugin() {} in ~StructuredDataPlugin()
36 bool StructuredDataPlugin::GetEnabled(const ConstString &type_name) const { in GetEnabled()
42 ProcessSP StructuredDataPlugin::GetProcess() const { in GetProcess()
46 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { in InitializeBasePluginForDebugger()
65 void StructuredDataPlugin::ModulesDidLoad(Process &process, in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h43 class StructuredDataPlugin
45 public std::enable_shared_from_this<StructuredDataPlugin> {
47 virtual ~StructuredDataPlugin();
165 StructuredDataPlugin(const lldb::ProcessWP &process_wp);
184 DISALLOW_COPY_AND_ASSIGN(StructuredDataPlugin);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h24 class StructuredDataDarwinLog : public StructuredDataPlugin {
H A DStructuredDataDarwinLog.cpp1121 #pragma mark StructuredDataPlugin API
1397 : StructuredDataPlugin(process_wp), m_recorded_first_timestamp(false), in StructuredDataDarwinLog()
1420 StructuredDataPlugin::InitializeBasePluginForDebugger(debugger); in DebuggerInitialize()
1587 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h226 class StructuredDataPlugin; variable
445 typedef std::shared_ptr<lldb_private::StructuredDataPlugin>
447 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1541 #pragma mark StructuredDataPlugin