LLDB mainline
Variables
ScriptedProcess.cpp File Reference
#include "ScriptedProcess.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Host/ThreadLauncher.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Interpreter/OptionGroupBoolean.h"
#include "lldb/Interpreter/ScriptInterpreter.h"
#include "lldb/Target/MemoryRegionInfo.h"
#include "lldb/Target/Queue.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/ScriptedMetadata.h"
#include "lldb/Utility/State.h"
#include <mutex>

Go to the source code of this file.

Variables

static constexpr lldb::ScriptLanguage g_supported_script_languages []
 

Variable Documentation

◆ g_supported_script_languages

constexpr lldb::ScriptLanguage g_supported_script_languages[]
staticconstexpr
Initial value:
= {
ScriptLanguage::eScriptLanguagePython,
}

Definition at line 39 of file ScriptedProcess.cpp.

Referenced by lldb_private::ScriptedProcess::IsScriptLanguageSupported().