9#ifndef LLDB_CORE_PLUGININTERFACE_H
10#define LLDB_CORE_PLUGININTERFACE_H
12#include "llvm/ADT/StringRef.h"
PluginInterface(const PluginInterface &)=delete
virtual ~PluginInterface()=default
virtual llvm::StringRef GetPluginName()=0
PluginInterface()=default
PluginInterface & operator=(const PluginInterface &)=delete
A class that represents a running process on the host machine.