FFlorian Mayer[hwasan] add pattern for short tag in symbolizer
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[hwasan] Offline symbolization script. Summary: A script to symbolize hwasan reports after the fact using unstripped binaries. Supports stack-based reports. Requires llvm-symbolizer (addr2line is not an option). Reviewers: pcc, hctim Subscribers: mgorny, #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D71148 | 6 年前 | |
[hwasan] add pattern for short tag in symbolizer Lines with 'record_addr:' are not processed when failing to decode access tag. The regular format is: %02x/%02x but for a short tag it's: %02x/%02x(%02x). Now it will handle both cases. Tested-by: Ivar Henckel <ivar.henckel@sony.com> Reviewed By: fmayer Differential Revision: https://reviews.llvm.org/D141906 | 3 年前 |