[lldb/Commands] Fix bogus enum entry and add Lua (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 01:21:30 +0000 (17:21 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 01:21:32 +0000 (17:21 -0800)
commit8983d69144d14d6477c377bb91e9c7224e32f753
treeedced6ee7a2b680493d68a4738dc88dadb4de983
parentbbf70c046789f4403a9c02fc5558708ef19073cf
[lldb/Commands] Fix bogus enum entry and add Lua (NFC)

Fixes a bogus enum value for the scripting language options, adds an
entry for Lua and refactored the code to use an exhaustive switch.
lldb/source/Commands/CommandObjectBreakpointCommand.cpp