[Lldb-commits] [PATCH] D27017: Support more report types in AddressSanitizerRuntime.cpp

2016-11-30 Thread Anna Zaks via Phabricator via lldb-commits
zaks.anna accepted this revision. zaks.anna added a comment. This revision is now accepted and ready to land. Looks great to me. Thank you Kuba!!! https://reviews.llvm.org/D27017 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists

[Lldb-commits] [PATCH] D27017: Support more report types in AddressSanitizerRuntime.cpp

2016-11-28 Thread Anna Zaks via Phabricator via lldb-commits
zaks.anna added a comment. Here is another pass at this: Comment at: source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp:198 if (description == "heap-use-after-free") { return "Use of deallocated memory detected"; } else if (descriptio