blob: dd1a320f8829cc1c2bf8fbce67025308e63f5b97 [file] [log] [blame]
# RUN: %clang -g -O0 %S/Inputs/main.c -o %t.out
# RUN: %lldb -x -b -s %s %t.out | FileCheck %s
settings set use-color false
settings set -f frame-format "frame #${frame.index}: \`${ansi.fg.green}{${function.name-with-args}${ansi.normal}\n"
b foo
run
bt
c
q
# Check the ASCII escape code
# CHECK-NOT: