[Lldb-commits] [lldb] [lldb] Add frame recognizer for __builtin_verbose_trap (PR #80368)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 2 15:59:19 PST 2024


================
@@ -0,0 +1,9 @@
+# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap.cpp -o %t.out
+# RUN: %lldb -b -s %s %t.out | FileCheck %s
+run
+# CHECK: thread #{{.*}}stop reason = __llvm_verbose_trap: Function is not implemented
----------------
adrian-prantl wrote:

Should we hide the `__llvm_verbose_trap` implementation detail and display something like "Runtime Error:" instead?

https://github.com/llvm/llvm-project/pull/80368


More information about the lldb-commits mailing list