Home
last modified time | relevance | path

Searched refs:StructuredDataDarwinLog (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp42 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)
807 StructuredDataDarwinLog::GetStaticPluginName())) { in DoExecute()
811 StructuredDataDarwinLog &plugin = in DoExecute()
812 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
881 StructuredDataDarwinLog::GetStaticPluginName()) in DoExecute()
1044 void StructuredDataDarwinLog::Initialize() { in Initialize()
1051 void StructuredDataDarwinLog::Terminate() { in Terminate()
1060 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()
1065 void StructuredDataDarwinLog::HandleArrivalOfStructuredData( in HandleArrivalOfStructuredData()
1125 Status StructuredDataDarwinLog::GetDescription( in GetDescription()
[all …]
H A DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
66 ~StructuredDataDarwinLog() override;
71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);