blob: 2bcdb8e82bd9d3a0e4b6dfe7a6d4f3e630741d86 [file] [log] [blame]
# RUN: %clang_host -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: