| commit | 961276af2603ada8f9da4e93adc8490230fbbc51 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <samsonov@google.com> | Tue Jul 03 08:24:14 2012 +0000 |
| committer | Alexey Samsonov <samsonov@google.com> | Tue Jul 03 08:24:14 2012 +0000 |
| tree | 68c4de273d016ef87597152053f2f519567b2c9f | |
| parent | 822b254507f892290bad851b5c3303972b822f3c [diff] |
[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iterate_phdr to get virtual addresses of mapped module sections. To symbolize an address from a module, map this module to memory and obtain pointers to debug info sections. Later these pointers can be passed to constructor of DWARF context-in-memory from LLVM DebugInfo lib. llvm-svn: 159652