[llvm-commits] [Sanitizer] PATCH: external llvm-symbolizer tool for sanitizers

Alexey Samsonov samsonov at google.com
Tue Aug 21 08:34:02 PDT 2012


Hi!

This code contains a stand-alone file that makes use of existing LLVM
libraries to symbolize instruction addresses of a module.
Though it looks like an another llvm tool, we can temporary keep it at
//projects/compiler-rt (as currently we're the only interested users,
and we need to compile this tool for the same targets we build ASan/TSan
for). This file may be run in a separate process, and
communicate with caller via stdin/stdout. The key differences from
addr2line is that the tool is capable of symbolizing code from
different modules and is able to consult both symbol table and debug info
for fetching function name (which would be helpful
if the binary is compiled with -gline-tables-only).

Code review: http://codereview.appspot.com/6465080/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120821/801d5a5b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6465080_1.diff
Type: application/octet-stream
Size: 6553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120821/801d5a5b/attachment.obj>


More information about the llvm-commits mailing list