Home
last modified time | relevance | path

Searched refs:plugin_sp (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h72 lldb::StructuredDataPluginSP plugin_sp = m_plugin_wp.lock(); in GetDescription() local
75 if (!plugin_sp) { in GetDescription()
84 return plugin_sp->GetDescription(m_data_sp, stream); in GetDescription()
/external/llvm-project/lldb/source/Utility/
DEvent.cpp197 const lldb::StructuredDataPluginSP &plugin_sp) in EventDataStructuredData() argument
199 m_plugin_sp(plugin_sp) {} in EventDataStructuredData()
240 const lldb::StructuredDataPluginSP &plugin_sp) { in SetStructuredDataPlugin() argument
241 m_plugin_sp = plugin_sp; in SetStructuredDataPlugin()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp810 auto plugin_sp = in DoExecute() local
812 if (!plugin_sp || (plugin_sp->GetPluginName() != in DoExecute()
819 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
884 auto plugin_sp = in DoExecute() local
887 plugin_sp ? "available" : "unavailable"); in DoExecute()
890 plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false; in DoExecute()
1520 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback() local
1521 if (!plugin_sp) { in InitCompletionHookCallback()
1534 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
/external/llvm-project/lldb/include/lldb/Utility/
DEvent.h135 const lldb::StructuredDataPluginSP &plugin_sp);
154 void SetStructuredDataPlugin(const lldb::StructuredDataPluginSP &plugin_sp);
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1332 StructuredDataPluginSP plugin_sp = in HandleProcessEvent() local
1334 if (plugin_sp) { in HandleProcessEvent()
1340 plugin_sp->GetDescription(structured_data_sp, content_stream); in HandleProcessEvent()
1353 plugin_sp->GetPluginName().AsCString(), in HandleProcessEvent()
/external/llvm-project/lldb/source/Target/
DProcess.cpp4352 const StructuredDataPluginSP &plugin_sp) { in BroadcastStructuredData() argument
4355 new EventDataStructuredData(shared_from_this(), object_sp, plugin_sp)); in BroadcastStructuredData()
6061 StructuredDataPluginSP plugin_sp = (*create_instance)(*this); in MapSupportedStructuredDataPlugins() local
6062 if (!plugin_sp) { in MapSupportedStructuredDataPlugins()
6071 if (plugin_sp->SupportsStructuredDataType(type_name)) { in MapSupportedStructuredDataPlugins()
6073 std::make_pair(type_name, plugin_sp)); in MapSupportedStructuredDataPlugins()
6078 __FUNCTION__, plugin_sp->GetPluginName().GetCString(), in MapSupportedStructuredDataPlugins()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2490 const lldb::StructuredDataPluginSP &plugin_sp);
/external/llvm-project/lldb/docs/design/
Dstructureddataplugins.md56 const lldb::StructuredDataPluginSP &plugin_sp);