llvm-project/lldb/test/Shell/Recognizer/verbose_trap-objc.test
Raul Tambre d858aad5d1
[NFCI][lldb][test][Recognizer] Fix mismatched C/C++ frontend subtitutions (#167220)
The explicit language specifications for Objective C/C++ don't seem necessary either so I've removed
them too.

I found these by using Clang frontend configuration files containing language-specific options for
both C and C++ (e.g. `-std=c2y` and `-std=c++26`).

Prior-art: 21041c9
2025-11-09 16:31:30 +02:00

13 lines
332 B
Plaintext

# REQUIRES: system-darwin
#
# RUN: %clang_host -g %S/Inputs/verbose_trap.m -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s
run
# CHECK: thread #{{.*}}stop reason = Foo: Bar
frame info
# CHECK: frame #{{.*}}`main at verbose_trap.m
frame recognizer info 0
# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer
q