[Lldb-commits] [lldb] Add asan tests for libsanitizers. (PR #88349)

Usama Hameed via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 10 21:12:47 PDT 2024


usama54321 wrote:

I reused the test in TestReportData because the output should match exactly with current ASan. For TestMemoryHistory, libsanitizers currently only supports the memory history plugin for addresses for which a report has been generated, so I wrote a test separately.

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


More information about the lldb-commits mailing list