17 lines · plain
1# RUN: echo quit | %lldb -O "log enable -x" \2# RUN: | FileCheck %s --strict-whitespace --check-prefix=CHECK13# (lldb) log enable -x4# CHECK1:{{^ \^~}}5# CHECK1: {{^ error: unknown or ambiguous option}}6 7# RUN: echo quit | %lldb -O " log enable -xxxxxxx" \8# RUN: | FileCheck %s --strict-whitespace --check-prefix=CHECK29# (lldb) log enable -xxxxxxx10# CHECK2:{{^ \^~~~~~~~}}11# CHECK2: {{^ error: unknown or ambiguous option}}12# RUN: echo quit | %lldb -O "log enable dwarf all -f dwarf.log -x" \13# RUN: | FileCheck %s --strict-whitespace --check-prefix=CHECK314# (lldb) log enable dwarf all -f dwarf.log -x15# CHECK3:{{^ \^~}}16# CHECK3: {{^ error: unknown or ambiguous option}}17