[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 05:54:44 +0000 (21:54 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 05:54:44 +0000 (21:54 -0800)
commitacdda1344a0e1b45bd3ba7feb0e8cd398bee0179
tree63baad9dd340879c68a8ce267dbefd2dd246266d
parent0fe131aebb4a43ca1017d8e703930058325e3bf3
[lldb/Lua] Add missing boiler plate to ScriptInterpreter.

 - Fix enum entry order.
 - Fix missing enum case in CommandObjectBreakpointCommand.
 - Add Lua entry to swtich in LanguageToString and simplify the code.
lldb/include/lldb/lldb-enumerations.h
lldb/source/Commands/CommandObjectBreakpointCommand.cpp
lldb/source/Interpreter/ScriptInterpreter.cpp