aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/asan/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-10-28[compiler-rt] Fix invalid escape sequences in python files (#94030)Eisuke Kawashima1-2/+2
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-931/+1037
2023-04-19[compiler-rt][ASAN] Replace find_executable with shtuil.which in scriptDavid Spickett1-2/+2
2022-11-10[sanitizer] Add symbolizer support for loongarch64Youling Tang1-1/+1
2021-09-24[compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests.Frederic Cambus1-1/+1
2021-05-10[compiler-rt] Handle None value when polling addr2line pipeDavid Spickett1-1/+1
2021-04-19Fix android-x86 library name in asan_device_setup.Evgenii Stepanov1-1/+1
2020-10-05[RISCV][ASAN] mark asan as supported for RISCV64 and enable testsAlexey Baturo1-1/+2
2020-09-06[asan_symbolize] Pass --demangle/--no-demangle instead of --demangle={True,Fa...Fangrui Song1-1/+1
2020-09-02[asan_symbolize] Remove --use-symbol-table=true which is the defaultFangrui Song1-1/+0
2020-08-04sanitizer_symbolizer_libcdep.cpp: Change --inlining=true to --inlines and --i...Fangrui Song1-2/+2
2020-07-22asan_device_setup's wrapper scripts not handling args with spaces correctlyAndrew Grieve1-1/+1
2020-05-19[asan_symbolize] Fix bug handling C++ symbols when using Atos.Dan Liew1-1/+4
2019-08-27[asan_symbolize] Fix broken pipe handling for python 2.7Alexander Richardson1-3/+9
2019-08-26[asan_symbolize] Attempt to fix build-bot failure after latest changeAlexander Richardson1-0/+4
2019-08-26[asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson1-3/+25
2019-08-12[asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew1-4/+9
2019-08-09Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips1-9/+4
2019-08-09[asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew1-4/+9
2019-08-01Remove a few straggler ".cc"s in compiler-rt/libNico Weber1-1/+1
2019-07-31[asan_symbolize] More debugging outputDan Liew1-0/+1
2019-07-31[asan_symbolize] Add `--skip-uuid-validation` option to `ModuleMapPlugIn`.Dan Liew1-10/+26
2019-07-31[asan_symbolize] Provide better error message when extracting the UUID of a b...Dan Liew1-1/+3
2019-06-18[asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew1-2/+15
2019-04-26[asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew1-0/+243
2019-04-18[asan_symbolize] Workaround bug in old Python 2 versions.Dan Liew1-2/+7
2019-04-18[asan_symbolize] Add a simple plugin architectureDan Liew1-48/+235
2019-04-09[asan_symbolize] Move argument parser epilog text into script doc comment.Dan Liew1-3/+5
2019-04-08[asan_symbolize] Use proper logging infrastructure.Dan Liew1-14/+49
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-12-11Fix bug where we'd try symbolize a second time with the same arguments.Dan Liew1-1/+1
2018-12-07Fix IOError exception being raised in `asan_symbolize.py`crash whenDan Liew1-0/+4
2018-04-12[asan] Remove malloc_context_size=0 from asan_device_setup.Evgeniy Stepanov1-1/+1
2018-01-02[asan] Restore asan_device_setup compatibility with older libraries.Evgeniy Stepanov1-0/+7
2017-12-22[Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)Alex Shlyapnikov1-2/+2
2017-11-17[asan] Fix asan_device_setup on KitKat.Evgeniy Stepanov1-3/+6
2017-09-05Remove ld.config.txt for Android O.Evgeniy Stepanov1-6/+20
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski1-1/+1
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny1-1/+1
2017-08-08Add NetBSD support in asan_symbolize.pyKamil Rytarowski1-2/+2
2017-07-11[asan] Fix asan_device_setup --use-su mode on Android 7.x.Evgeniy Stepanov1-1/+1
2017-06-19[asan] Fix android setup script to overwrite the symlink.Evgeniy Stepanov1-3/+3
2017-05-25[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka1-5/+0
2017-05-24Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka1-0/+5
2017-05-24[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka1-5/+0
2017-05-20Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka1-0/+5
2017-05-20[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka1-5/+0
2017-02-08asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write()...NAKAMURA Takumi1-11/+11