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

Dan Liew via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 08:45:12 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 = Runtime Error: Function is not implemented
----------------
delcypher wrote:

`Runtime Error:` is pretty generic. Is there any reason we aren't mentioning that a trap was hit?

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


More information about the lldb-commits mailing list