[Lldb-commits] [lldb] [lldb][FrameRecognizer] Display the first non-std frame on verbose_trap (PR #108825)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 17 08:35:09 PDT 2024
================
@@ -0,0 +1,13 @@
+# Tests that we show the first non-STL frame when
+# a verbose_trap triggers from within the STL.
+
+# UNSUPPORTED: system-windows
+#
+# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out
+# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK
----------------
adrian-prantl wrote:
Is there a good reason why this isn't an API test?
https://github.com/llvm/llvm-project/pull/108825
More information about the lldb-commits
mailing list