Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp40 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 StructuredDataDarwinLog
1737 size_t StructuredDataDarwinLog::HandleDisplayOfEvent( in HandleDisplayOfEvent()
[all …]
H A DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
66 ~StructuredDataDarwinLog() override;
71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);
H A DCMakeLists.txt10 StructuredDataDarwinLog.cpp