[llvm-commits] PATCH: [Sanitizer] extend symbolizer code

Alexey Samsonov samsonov at google.com
Mon Jun 18 08:18:55 PDT 2012


This patch extends symbolizer code. In order to symbolize a module, a
symbolizer
maps it into memory and obtains pointers to necessary debug info sections
(this
part is implemented on Linux only).

Later these pointers can be passed to constructor of DWARF context-in-memory
from LLVM DebugInfo lib.

Codereview: http://codereview.appspot.com/6303097/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120618/64e018b6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: san_symbolizer5.patch
Type: application/octet-stream
Size: 7934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120618/64e018b6/attachment.obj>


More information about the llvm-commits mailing list