[lldb/Commands] Honor the scripting language passed (2/2)
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 06:20:03 +0000 (22:20 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 06:32:13 +0000 (22:32 -0800)
commit68cb7d85423c19a61c5d6afbc8e004a345a28856
tree5714210b5f1021624c5bc636615f473e420ae4f8
parentacdda1344a0e1b45bd3ba7feb0e8cd398bee0179
[lldb/Commands] Honor the scripting language passed (2/2)

This ensures that watchpoint command honors the scripting language
passed with `-s`. Currently the argument ignores the actual language and
only uses it to differentiate between lldb and script commands.
lldb/source/Commands/CommandObjectWatchpointCommand.cpp