Home
last modified time | relevance | path

Searched refs:eScriptLanguageLua (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h27 interpreter = lldb::eScriptLanguageLua; in CommandDataLua()
31 interpreter = lldb::eScriptLanguageLua; in CommandDataLua()
H A DScriptInterpreterLua.cpp146 : ScriptInterpreter(debugger, eScriptLanguageLua), in ScriptInterpreterLua()
234 lldb::eScriptLanguageLua, CreateInstance); in Initialize()
283 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in BreakpointCallbackFunction()
311 debugger.GetScriptInterpreter(true, eScriptLanguageLua)); in WatchpointCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp72 case eScriptLanguageLua: in LanguageToString()
107 if (language.equals_insensitive(LanguageToString(eScriptLanguageLua))) in StringToLanguage()
108 return eScriptLanguageLua; in StringToLanguage()
H A DOptionArgParser.cpp132 return eScriptLanguageLua; in ToScriptLanguage()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h90 lldb::eScriptLanguageLua,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp309 case eScriptLanguageLua: in SetOptionValue()
H A DCommandObjectBreakpointCommand.cpp278 case eScriptLanguageLua: in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h220 eScriptLanguageLua, enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst344 .. py:data:: eScriptLanguageLua