Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp40 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 …]
DStructuredDataDarwinLog.h23 class StructuredDataDarwinLog : public StructuredDataPlugin {
66 ~StructuredDataDarwinLog() override;
71 StructuredDataDarwinLog(const lldb::ProcessWP &process_wp);
DCMakeLists.txt10 StructuredDataDarwinLog.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginStructuredData/
DMakefile8 SRCS= StructuredDataDarwinLog.cpp
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def88 LLDB_PLUGIN(StructuredDataDarwinLog)