[Lldb-commits] [clang] [lldb] [UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (PR #154618)

Dan Liew via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 26 14:49:22 PDT 2025


delcypher wrote:

@thurstond I implemented a `-fsanitize-debug-trap-reasons=` flag takes an enum value. It takes either `none`, `basic` (what we had before this patch), or `detailed` (the new behavior added by this patch). For compatibility I kept the binary forms of the flags around and made them aliases of  `-fsanitize-debug-trap-reasons=`.

I also updated the ReleaseNotes. It turns out we accidentally committed the wrong flag name in @anthonyhatran 's patch so I fixed that too.

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


More information about the lldb-commits mailing list