brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · f6fff5f Raw
10 lines · plain
1# Test that the scripting language argument to "breakpoint command" is honored2# even if the global scripting language is different.3#4# RUN: cat %s | %lldb --script-language none 2>&1 | FileCheck %s5b main6breakpoint command add -s python7print("foo")8DONE9# CHECK: Enter your Python command(s). Type 'DONE' to end.10