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

Michael Spencer bigcheesegs at gmail.com
Tue Jun 19 01:51:33 PDT 2012


On Mon, Jun 18, 2012 at 8:18 AM, Alexey Samsonov <samsonov at google.com> wrote:
> 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

Why isn't this using lib/Object to read the object file?
llvm-dwarfdump uses this to handle all three formats with a tiny bit
of code.

- Michael Spencer




More information about the llvm-commits mailing list