1. 50f9b8f [asan] don't use dl_iterate_phdr on linux, go back to using /proc/self/maps. Hopefully fixes the problem reported by our mozilla friends. by Kostya Serebryany · 13 years ago
  2. 99d17eb Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posix systems. by Alexander Potapenko · 13 years ago
  3. 4b1506d Add AsanProcMaps::Dump() by Alexander Potapenko · 13 years ago
  4. 9b993e8 [asan] ifdef/include cleanup by Kostya Serebryany · 13 years ago
  5. ddf50a3 Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained. by Alexander Potapenko · 13 years ago
  6. 01ef925 Remove a debugging Report() call. by Alexander Potapenko · 13 years ago
  7. 3feef82 Minor fixes of the AsanProcMaps code on Mac: by Alexander Potapenko · 13 years ago
  8. 8a34d38 Implement AsanProcMaps for Mac OS. The code from sysinfo/ is not needed anymore and should be cleaned up. by Alexander Potapenko · 13 years ago
  9. efb3fa3 [asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing /proc/self/maps by Kostya Serebryany · 13 years ago
  10. c549dd7 [asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit. by Kostya Serebryany · 13 years ago