[lldb/Commands] Honor the scripting language passed
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 01:28:36 +0000 (17:28 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Dec 2019 01:35:29 +0000 (17:35 -0800)
commit5e32eb1c7a816a1902f6229f7a1f9da92678f451
tree96f32fb16ae3b9b3f349c801d93f8c3f245ac033
parent8983d69144d14d6477c377bb91e9c7224e32f753
[lldb/Commands] Honor the scripting language passed

This ensures that breakpoint 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/CommandObjectBreakpointCommand.cpp
lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test [new file with mode: 0644]