Skip to content
  1. Jan 30, 2013
  2. Jan 17, 2013
  3. Jan 15, 2013
  4. Jan 14, 2013
  5. Jan 09, 2013
  6. Dec 14, 2012
  7. Dec 13, 2012
  8. Dec 10, 2012
  9. Dec 07, 2012
  10. Dec 05, 2012
  11. Dec 03, 2012
  12. 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
  13. Nov 21, 2012
  14. Nov 20, 2012
  15. Nov 19, 2012
  16. Nov 14, 2012
  17. Nov 09, 2012
  18. Oct 02, 2012
  19. Sep 17, 2012
  20. Sep 05, 2012
  21. Aug 27, 2012
  22. Aug 14, 2012
  23. Jul 19, 2012
  24. 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
  25. Jun 29, 2012
  26. Jun 20, 2012
  27. Jun 18, 2012
  28. Jun 14, 2012
  29. Jun 07, 2012
  30. Jun 06, 2012
Loading