bolt/deps/llvm-18.1.8/lldb/test/Shell/Breakpoint/breakpoint-command.test
2025-02-14 19:21:04 +01:00

7 lines
256 B
Text

# 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