LLDB mainline
Variables
ScriptInterpreterNone.cpp File Reference
#include "ScriptInterpreterNone.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Utility/Stream.h"
#include "lldb/Utility/StringList.h"
#include "llvm/Support/Threading.h"
#include <mutex>

Go to the source code of this file.

Variables

static const char * no_interpreter_err_msg
 

Variable Documentation

◆ no_interpreter_err_msg

const char* no_interpreter_err_msg
static
Initial value:
=
"error: Embedded script interpreter unavailable. LLDB was built without "
"scripting language support.\n"

Definition at line 29 of file ScriptInterpreterNone.cpp.

Referenced by lldb_private::ScriptInterpreterNone::ExecuteInterpreterLoop(), and lldb_private::ScriptInterpreterNone::ExecuteOneLine().