For better performance, let's change the code that checks whether there is an ASan runtime library present to only look into
- the main executable, and
- a dynamic library of the name starting with "libclang_rt.asan_" and ending with "_dynamic.dylib".
Paths
| Differential D5556
[lldb] change MemoryHistoryASan::CreateInstance to not look into all modules, but only in the executable and libclang_rt.asan dynamic library AbandonedPublic Authored by kubamracek on Sep 30 2014, 7:18 PM.
Details
Summary For better performance, let's change the code that checks whether there is an ASan runtime library present to only look into
Diff Detail Event Timelinekubamracek retitled this revision from to [lldb] change MemoryHistoryASan::CreateInstance to not look into all modules, but only in the executable and libclang_rt.asan dynamic library. kubamracek updated this object.
Revision Contents
Diff 14262 source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
|