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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h1 //===-- StructuredDataDarwinLog.h -------------------------------*- C++ -*-===//
23 class StructuredDataDarwinLog : public StructuredDataPlugin { class in namespace:lldb_private
66 ~StructuredDataDarwinLog() override;
71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);
H A DStructuredDataDarwinLog.cpp1 //===-- StructuredDataDarwinLog.cpp ---------------------------------------===//
9 #include "StructuredDataDarwinLog.h"
42 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)
110 /// Code to handle the StructuredDataDarwinLog settings
807 StructuredDataDarwinLog::GetStaticPluginName())) {
811 StructuredDataDarwinLog &plugin =
812 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get());
881 StructuredDataDarwinLog::GetStaticPluginName())
1044 void StructuredDataDarwinLog::Initialize() {
1051 void StructuredDataDarwinLog
1316 StructuredDataDarwinLog::StructuredDataDarwinLog(const ProcessWP &process_wp) function in class:StructuredDataDarwinLog
[all...]

Completed in 60 milliseconds