Searched refs:StructuredDataDarwinLog (Results 1 – 5 of 5) sorted by relevance
40 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)805 StructuredDataDarwinLog::GetStaticPluginName())) { in DoExecute()809 StructuredDataDarwinLog &plugin = in DoExecute()810 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()878 llvm::StringRef plugin_name = StructuredDataDarwinLog::GetStaticPluginName(); in DoExecute()1042 void StructuredDataDarwinLog::Initialize() { in Initialize()1049 void StructuredDataDarwinLog::Terminate() { in Terminate()1058 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()1063 void StructuredDataDarwinLog::HandleArrivalOfStructuredData( in HandleArrivalOfStructuredData()1125 Status StructuredDataDarwinLog::GetDescription( in GetDescription()[all …]
23 class StructuredDataDarwinLog : public StructuredDataPlugin {66 ~StructuredDataDarwinLog() override;71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);
10 StructuredDataDarwinLog.cpp
8 SRCS= StructuredDataDarwinLog.cpp
88 LLDB_PLUGIN(StructuredDataDarwinLog)