Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h75 lldb::StructuredDataPluginSP plugin_sp = m_plugin_wp.lock(); in GetDescription() local
78 if (!plugin_sp) { in GetDescription()
87 return plugin_sp->GetDescription(m_data_sp, stream); in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp185 const lldb::StructuredDataPluginSP &plugin_sp) in GetEventDataFromEvent()
187 m_plugin_sp(plugin_sp) {} in GetEventDataFromEvent()
228 const lldb::StructuredDataPluginSP &plugin_sp) { in GetProcess()
229 m_plugin_sp = plugin_sp; in GetProcess()
207 EventDataStructuredData(const ProcessSP & process_sp,const StructuredData::ObjectSP & object_sp,const lldb::StructuredDataPluginSP & plugin_sp) EventDataStructuredData() argument
250 SetStructuredDataPlugin(const lldb::StructuredDataPluginSP & plugin_sp) SetStructuredDataPlugin() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp804 auto plugin_sp = in DoExecute() local
806 if (!plugin_sp || (plugin_sp->GetPluginName() != in DoExecute()
812 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
875 auto plugin_sp = in DoExecute() local
878 plugin_sp ? "available" : "unavailable"); in DoExecute()
880 plugin_sp ? plugin_sp->GetEnabled( in DoExecute()
1487 auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName()); in InitCompletionHookCallback() local
1488 if (!plugin_sp) { in InitCompletionHookCallback()
1498 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h135 const lldb::StructuredDataPluginSP &plugin_sp);
154 void SetStructuredDataPlugin(const lldb::StructuredDataPluginSP &plugin_sp);
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1819 StructuredDataPluginSP plugin_sp = in HandleProcessEvent()
1821 if (plugin_sp) { in HandleThreadEvent()
1827 plugin_sp->GetDescription(structured_data_sp, content_stream); in HandleThreadEvent()
1840 plugin_sp->GetPluginName(), error); in EnableForwardEvents()
1779 StructuredDataPluginSP plugin_sp = HandleProcessEvent() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4504 const StructuredDataPluginSP &plugin_sp) { in Interrupt()
4506 shared_from_this(), object_sp, plugin_sp); in Interrupt()
6283 StructuredDataPluginSP plugin_sp = (*create_instance)(*this); in AddDirtyPages()
6284 if (!plugin_sp) { in AddDirtyPages()
6293 if (plugin_sp->SupportsStructuredDataType(type_name)) { in AddDirtyPages()
6295 std::make_pair(type_name, plugin_sp)); in AddDirtyPages()
6298 plugin_sp->GetPluginName(), type_name); in AddDirtyPages()
4306 BroadcastStructuredData(const StructuredData::ObjectSP & object_sp,const StructuredDataPluginSP & plugin_sp) BroadcastStructuredData() argument
6082 StructuredDataPluginSP plugin_sp = (*create_instance)(*this); MapSupportedStructuredDataPlugins() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2641 /// \param[in] plugin_sp in GetSourceFileCache()
2645 const lldb::StructuredDataPluginSP &plugin_sp);