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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 18:43:48 PST 2024


clayborg wrote:

This almost seems like a compiler runtime plug-in, but C language would be fine. I would rather see this in plug-in somewhere if possible. It might be nice to have these plug-ins register one or more frame regular expression values that point to the plug-in so we can add more things. It would be nice to also add support for C assert() calls that would unwind the stack to the offinding assert function above the 3 or 4 pthread functions that occur when an assertion is hit


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


More information about the lldb-commits mailing list