Searched refs:StructuredDataDarwinLog (Results 1 – 3 of 3) sorted by relevance
40 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)809 StructuredDataDarwinLog &plugin = in DoExecute()1042 void StructuredDataDarwinLog::Initialize() { in Initialize()1049 void StructuredDataDarwinLog::Terminate() { in Terminate()1058 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()1125 Status StructuredDataDarwinLog::GetDescription( in GetDescription()1209 void StructuredDataDarwinLog::SetEnabled(bool enabled) { in SetEnabled()1306 StructuredDataDarwinLog::~StructuredDataDarwinLog() { in ~StructuredDataDarwinLog()1321 StructuredDataDarwinLog::StructuredDataDarwinLog(const ProcessWP &process_wp) in StructuredDataDarwinLog() function in StructuredDataDarwinLog1737 size_t StructuredDataDarwinLog::HandleDisplayOfEvent( in HandleDisplayOfEvent()[all …]
23 class StructuredDataDarwinLog : public StructuredDataPlugin {66 ~StructuredDataDarwinLog() override;71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);
10 StructuredDataDarwinLog.cpp