Lines Matching defs:StructuredDataPlugin
1 //===-- StructuredDataPlugin.cpp ------------------------------------------===//
9 #include "lldb/Target/StructuredDataPlugin.h"
30 StructuredDataPlugin::StructuredDataPlugin(const ProcessWP &process_wp)
33 StructuredDataPlugin::~StructuredDataPlugin() = default;
35 bool StructuredDataPlugin::GetEnabled(llvm::StringRef type_name) const {
41 ProcessSP StructuredDataPlugin::GetProcess() const {
45 void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) {
64 void StructuredDataPlugin::ModulesDidLoad(Process &process,