summaryrefslogtreecommitdiff
path: root/lib/asan/scripts
Commit message (Expand)AuthorAgeFilesLines
* [asan_symbolize] Fix broken pipe handling for python 2.7Alexander Richardson2019-08-271-3/+9
* [asan_symbolize] Attempt to fix build-bot failure after latest changeAlexander Richardson2019-08-261-0/+4
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-261-3/+25
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-121-4/+9
* Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips2019-08-091-9/+4
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-091-4/+9
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-011-1/+1
* [asan_symbolize] More debugging outputDan Liew2019-07-311-0/+1
* [asan_symbolize] Add `--skip-uuid-validation` option to `ModuleMapPlugIn`.Dan Liew2019-07-311-10/+26
* [asan_symbolize] Provide better error message when extracting the UUID of a b...Dan Liew2019-07-311-1/+3
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew2019-06-181-2/+15
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew2019-04-261-0/+243
* [asan_symbolize] Workaround bug in old Python 2 versions.Dan Liew2019-04-181-2/+7
* [asan_symbolize] Add a simple plugin architectureDan Liew2019-04-181-48/+235
* [asan_symbolize] Move argument parser epilog text into script doc comment.Dan Liew2019-04-091-3/+5
* [asan_symbolize] Use proper logging infrastructure.Dan Liew2019-04-081-14/+49
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix bug where we'd try symbolize a second time with the same arguments.Dan Liew2018-12-111-1/+1
* Fix IOError exception being raised in `asan_symbolize.py`crash whenDan Liew2018-12-071-0/+4
* [asan] Remove malloc_context_size=0 from asan_device_setup.Evgeniy Stepanov2018-04-121-1/+1
* [asan] Restore asan_device_setup compatibility with older libraries.Evgeniy Stepanov2018-01-021-0/+7
* [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)Alex Shlyapnikov2017-12-221-2/+2
* [asan] Fix asan_device_setup on KitKat.Evgeniy Stepanov2017-11-171-3/+6
* Remove ld.config.txt for Android O.Evgeniy Stepanov2017-09-051-6/+20
* Finalize ASAN/NetBSDKamil Rytarowski2017-08-301-1/+1
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-1/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* Add NetBSD support in asan_symbolize.pyKamil Rytarowski2017-08-081-2/+2
* [asan] Fix asan_device_setup --use-su mode on Android 7.x.Evgeniy Stepanov2017-07-111-1/+1
* [asan] Fix android setup script to overwrite the symlink.Evgeniy Stepanov2017-06-191-3/+3
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-251-5/+0
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-241-0/+5
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-241-5/+0
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-201-0/+5
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-201-5/+0
* asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write()...NAKAMURA Takumi2017-02-081-11/+11
* asan_symbolize.py: [Py3] Use text mode with universal_newlines=True for Popen.NAKAMURA Takumi2017-02-071-2/+6
* [asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on ...Kuba Mracek2017-01-061-26/+51
* [asan] Fix asan-rt bitness issues in asan_device_setup on Android.Evgeniy Stepanov2016-11-081-9/+18
* [asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov2016-09-131-3/+1
* [asan] Workaround LD_PRELOAD bug in the Android linker.Evgeniy Stepanov2016-05-241-1/+8
* For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric2015-12-291-1/+1
* Check multilib dir for asan_device_setup.Dan Albert2015-12-041-2/+7
* [asan] Fix asan_device_setup script on KitKat.Evgeniy Stepanov2015-10-281-0/+2
* asan_symbolize.py: Call llvm-symbolizer with --functions=linkage instead of -...Alexey Samsonov2015-10-261-1/+1
* [asan] Fix asan_symbolize.py handling of non-existing pathsEvgeniy Stepanov2015-09-301-2/+2
* Support inline functions symbolization in Addr2Line symbolizer.Alexey Samsonov2015-09-141-8/+16
* [asan] Support arm64 devices in asan_device_setup.Evgeniy Stepanov2015-07-301-46/+128
* [asan] Support per-application flags in the Android setup script.Evgeniy Stepanov2015-07-281-0/+1