reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Process.h
 2416   GetStructuredDataPlugin(ConstString type_name) const;

References

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  809         process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());
  883           process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());
 1518   auto plugin_sp = process_sp->GetStructuredDataPlugin(GetDarwinLogTypeName());