forked from OSchip/llvm-project
127faae752
Make it possible to run the script command with a different language than currently selected. $ ./bin/lldb -l python (lldb) script -l lua >>> io.stdout:write("Hello, World!\n") Hello, World! When passing the language option and a raw command, you need to separate the flag from the script code with --. $ ./bin/lldb -l python (lldb) script -l lua -- io.stdout:write("Hello, World!\n") Hello, World! Differential revision: https://reviews.llvm.org/D86996 |
||
---|---|---|
.. | ||
Inputs | ||
bindings.test | ||
breakpoint_callback.test | ||
command_script_import.test | ||
convenience_variables.test | ||
independent_state.test | ||
io.test | ||
lit.local.cfg | ||
lua-python.test | ||
lua.test | ||
nested_sessions.test | ||
persistent_state.test | ||
quit.test | ||
watchpoint_callback.test |