blob: 970d7238e7512b8783097fa362f59a4f9a8deec6 [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 true
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: