diff options
Diffstat (limited to 'lldb/source/Interpreter/OptionArgParser.cpp')
| -rw-r--r-- | lldb/source/Interpreter/OptionArgParser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/OptionArgParser.cpp b/lldb/source/Interpreter/OptionArgParser.cpp index 14b81cd7b3d..56d99a4220f 100644 --- a/lldb/source/Interpreter/OptionArgParser.cpp +++ b/lldb/source/Interpreter/OptionArgParser.cpp @@ -127,6 +127,8 @@ lldb::ScriptLanguage OptionArgParser::ToScriptLanguage( if (s.equals_lower("python")) return eScriptLanguagePython; + if (s.equals_lower("lua")) + return eScriptLanguageLua; if (s.equals_lower("default")) return eScriptLanguageDefault; if (s.equals_lower("none")) |

