xref: /llvm-project/lldb/test/Shell/Breakpoint/breakpoint-command.test (revision efb0e9c0bda62ba4b1c5421baeb140016ff53c84)
1# REQUIRES: lua || python
2
3# RUN: %build %p/Inputs/dummy-target.c -o %t.out
4# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(\"A R4Nd0m\" + \" Str1ng\")"' -o 'r' | FileCheck %s
5
6# CHECK: A R4Nd0m Str1ng
7# CHECK-NOT: A R4Nd0m Str1ng
8