[Lldb-commits] [PATCH] [lldb] change MemoryHistoryASan::CreateInstance to not look into all modules, but only in the executable and libclang_rt.asan dynamic library

Kuba Brecka kuba.brecka at gmail.com
Tue Sep 30 19:18:38 PDT 2014


For better performance, let's change the code that checks whether there is an ASan runtime library present to only look into
1) the main executable, and
2) a dynamic library of the name starting with "libclang_rt.asan_" and ending with "_dynamic.dylib".

http://reviews.llvm.org/D5556

Files:
  source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5556.14262.patch
Type: text/x-patch
Size: 2705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141001/cc6bcdd2/attachment.bin>


More information about the lldb-commits mailing list