9#ifndef LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H
10#define LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H
A class to manage flag bits.
llvm::StringRef GetPluginName() override
bool ExecuteOneLine(llvm::StringRef command, CommandReturnObject *result, const ExecuteScriptOptions &options=ExecuteScriptOptions()) override
static llvm::StringRef GetPluginNameStatic()
static llvm::StringRef GetPluginDescriptionStatic()
void ExecuteInterpreterLoop() override
static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger)
~ScriptInterpreterNone() override
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ScriptInterpreter > ScriptInterpreterSP