summaryrefslogtreecommitdiff
path: root/lib/asan/scripts
AgeCommit message (Expand)Author
2017-12-22[Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)Alex Shlyapnikov
2017-11-17[asan] Fix asan_device_setup on KitKat.Evgeniy Stepanov
2017-09-05Remove ld.config.txt for Android O.Evgeniy Stepanov
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-08Add NetBSD support in asan_symbolize.pyKamil Rytarowski
2017-07-11[asan] Fix asan_device_setup --use-su mode on Android 7.x.Evgeniy Stepanov
2017-06-19[asan] Fix android setup script to overwrite the symlink.Evgeniy Stepanov
2017-05-25[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-24Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-24[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-20Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-20[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-02-08asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write()...NAKAMURA Takumi
2017-02-07asan_symbolize.py: [Py3] Use text mode with universal_newlines=True for Popen.NAKAMURA Takumi
2017-01-06[asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on ...Kuba Mracek
2016-11-08[asan] Fix asan-rt bitness issues in asan_device_setup on Android.Evgeniy Stepanov
2016-09-13[asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov
2016-05-24[asan] Workaround LD_PRELOAD bug in the Android linker.Evgeniy Stepanov
2015-12-29For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric
2015-12-04Check multilib dir for asan_device_setup.Dan Albert
2015-10-28[asan] Fix asan_device_setup script on KitKat.Evgeniy Stepanov
2015-10-26asan_symbolize.py: Call llvm-symbolizer with --functions=linkage instead of -...Alexey Samsonov
2015-09-30[asan] Fix asan_symbolize.py handling of non-existing pathsEvgeniy Stepanov
2015-09-14Support inline functions symbolization in Addr2Line symbolizer.Alexey Samsonov
2015-07-30[asan] Support arm64 devices in asan_device_setup.Evgeniy Stepanov
2015-07-28[asan] Support per-application flags in the Android setup script.Evgeniy Stepanov
2015-03-06[asan] Allow users of asan_symbolize.py to forbid fallback to atos/addr2line.Sergey Matveev
2015-02-16[asan] Support 'su' rooted devices in ASan setup script.Evgeniy Stepanov
2015-01-29[asan] Add one more wait-for-device in the Android setup script.Evgeniy Stepanov
2015-01-28Fix indents on asan_symbolize.py's argument parsing code. No behavior change.Nico Weber
2015-01-28Make asan_symbolize.py not crash on Windows.Nico Weber
2015-01-16[asan] Change detection of allow_user_segv_handler on Android.Evgeniy Stepanov
2014-12-22[ASan] Fix the logic that decides whether we need to spawn a new llvm-symboli...Alexander Potapenko
2014-11-21[ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...Alexander Potapenko
2014-10-06[asan] Minor tweak to asan_device_setup.Evgeniy Stepanov
2014-10-03[asan] Support Android/x86 in asan_device_setup.Evgeniy Stepanov
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-29[asan] Fix SELinux setup on Android-K.Evgeniy Stepanov
2014-09-19[asan] asan_device_setup improvements.Evgeniy Stepanov
2014-09-18[asan] Initialize logfile in asan_symbolize.py to sys.stdin.Sergey Matveev
2014-09-18[asan] Fix a bug in asan_symbolize.pySergey Matveev
2014-09-11[asan] Preserve existing LD_PRELOAD setting on Android.Evgeniy Stepanov
2014-09-01[asan] Update asan_device_setup to support Android L Preview.Evgeniy Stepanov
2014-08-11[ASan] Add new options for asan_symbolize.py script.Alexey Samsonov
2014-07-18Add FreeBSD support to the Asan symbolization scriptViktor Kutuzov
2014-07-16[ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko
2014-07-07[asan] Remove runtime assembly helpers.Evgeniy Stepanov