[Lldb-commits] [clang] [lldb] [UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (PR #154618)
Thurston Dang via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 26 15:09:35 PDT 2025
thurstond 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=.
Thank you :-)
https://github.com/llvm/llvm-project/pull/154618
More information about the lldb-commits
mailing list