Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp42 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)
810 StructuredDataDarwinLog::GetStaticPluginName())) { in DoExecute()
814 StructuredDataDarwinLog &plugin = in DoExecute()
815 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
884 StructuredDataDarwinLog::GetStaticPluginName()) in DoExecute()
1050 void StructuredDataDarwinLog::Initialize() { in Initialize()
1057 void StructuredDataDarwinLog::Terminate() { in Terminate()
1066 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()
1071 void StructuredDataDarwinLog::HandleArrivalOfStructuredData( in HandleArrivalOfStructuredData()
1132 Status StructuredDataDarwinLog::GetDescription( in GetDescription()
[all …]
H A DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
66 ~StructuredDataDarwinLog() override;
71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);