aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Breakpoint/breakpoint-command.test
blob: 8031be22dc2b6a2eb77d9ab9ed0adaf4ba224303 (plain)
1
2
3
4
5
6
7
# REQUIRES: lua || python

# RUN: %build %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(\"A R4Nd0m\" + \" Str1ng\")"' -o 'r' | FileCheck %s

# CHECK: A R4Nd0m Str1ng
# CHECK-NOT: A R4Nd0m Str1ng