Skip to content
  1. Feb 04, 2013
  2. Feb 01, 2013
  3. Jan 30, 2013
  4. Jan 17, 2013
  5. Jan 15, 2013
  6. Jan 14, 2013
  7. Jan 09, 2013
  8. Dec 14, 2012
  9. Dec 13, 2012
  10. Dec 10, 2012
  11. Dec 07, 2012
  12. Dec 05, 2012
  13. Dec 03, 2012
  14. Dec 01, 2012
    • Alexander Potapenko's avatar
      Add caching to the MemoryMappingLayout class on Linux. This is necessary for... · 78114258
      Alexander Potapenko authored
      Add caching to the MemoryMappingLayout class on Linux. This is necessary for the cases when a sandbox prevents ASan from reading the mappings
      from /proc/self/maps.
      The mappings are currently being cached on each access to /proc/self/maps. In the future we'll need to add an API that allows the client to notify ASan about the sandbox.
      
      llvm-svn: 169076
      78114258
  15. Nov 21, 2012
  16. Nov 20, 2012
  17. Nov 19, 2012
  18. Nov 14, 2012
  19. Nov 09, 2012
  20. Oct 02, 2012
  21. Sep 17, 2012
  22. Sep 05, 2012
  23. Aug 27, 2012
  24. Aug 14, 2012
  25. Jul 19, 2012
  26. Jul 03, 2012
    • Alexey Samsonov's avatar
      [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use... · 961276af
      Alexey Samsonov authored
      [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
      961276af
  27. Jun 29, 2012
  28. Jun 20, 2012
  29. Jun 18, 2012
  30. Jun 14, 2012
  31. Jun 07, 2012
Loading