[PATCH] D71148: [hwasan] Offline symbolization script.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 13:57:23 PST 2019


eugenis created this revision.
eugenis added reviewers: pcc, hctim.
Herald added subscribers: Sanitizers, mgorny.
Herald added projects: Sanitizers, LLVM.

A script to symbolize hwasan reports after the fact using unstripped
binaries. Supports stack-based reports. Requires llvm-symbolizer
(addr2line is not an option).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71148

Files:
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/hwasan/scripts/CMakeLists.txt
  compiler-rt/lib/hwasan/scripts/hwasan_symbolize

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71148.232642.patch
Type: text/x-patch
Size: 10442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/a3cd08ba/attachment.bin>


More information about the llvm-commits mailing list