summaryrefslogtreecommitdiff
path: root/lib/asan/scripts/asan_symbolize.py
Commit message (Expand)AuthorAgeFilesLines
* Add FreeBSD support to the Asan symbolization scriptViktor Kutuzov2014-07-181-1/+1
* [ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko2014-07-161-25/+31
* [asan] update asan_symbolize.py to use the new llvm-symbolizer flag syntaxKostya Serebryany2014-05-191-1/+1
* asan_symbolize.py: use llvm-symbolizer results even if it returned function n...Alexey Samsonov2014-03-051-2/+2
* Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov2014-03-051-17/+24
* [ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is use...Alexander Potapenko2013-10-311-2/+4
* [ASan] Close stderr before launching atos in asan_symbolize.pyAlexander Potapenko2013-07-041-3/+6
* [ASan] Cache atos processes to make Darwin symbolication faster.Alexander Potapenko2013-07-011-12/+34
* [ASan] Do not buffer stdin in asan_symbolize.pyAlexander Potapenko2013-05-311-1/+4
* [ASan] Minor cleanup: remove a couple of unused variables.Alexander Potapenko2013-05-301-3/+0
* [asan] added flag -d|--demangle to asan_symbolize.py, makes addr2line/llvm-sy...Kostya Serebryany2013-02-181-2/+11
* [ASan] use llvm-symbolizer for ASan lit-style tests on MacAlexey Samsonov2012-10-081-7/+5
* Do not patch the instruction address when symbolizing the reports.Alexander Potapenko2012-10-021-32/+1
* Fixed a number of gpylint warnings, added binary names filtering (useful for ...Alexander Potapenko2012-09-261-66/+97
* Encapsulate the main loop into a class to allow reusing it.Alexander Potapenko2012-09-261-26/+28
* Set --use-symbol-table=true as Alexey has already resolved the FIXME.Alexander Potapenko2012-09-261-2/+1
* [ASan] make asan_symbolize script work if there is no llvm-symbolizer availableAlexey Samsonov2012-09-191-0/+4
* [ASan] fix offline python symbolizer script to use llvm-symbolizer if possibleAlexey Samsonov2012-09-191-48/+137
* Pass offset of the frame address within the binary to addr2line instead of th...Alexander Potapenko2012-08-151-6/+13
* Implement LinuxSymbolizer instead of symbolize_addr2line.Alexander Potapenko2012-08-021-39/+37
* Some refactoring for asan_symbolize.py: introduced the Symbolizer class and i...Alexander Potapenko2012-08-021-59/+184
* Factor out the main() function.Alexander Potapenko2012-07-311-9/+16
* [ASan] subtract one from PCs in ASan error reports (as they originally contai...Alexey Samsonov2012-07-191-18/+1
* Suppress the stderr output from atos.Alexander Potapenko2012-07-191-2/+5
* More accurate atos execution which depends on the file type (EXECUTE, DYLIB) ...Alexander Potapenko2012-01-261-14/+49
* Tune asan_symbolize.py to symbolize 64-bit binaries correctly.Alexander Potapenko2012-01-241-3/+8
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+101