Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ASan] fix offline python symbolizer script to use llvm-symbolizer if possible | Alexey Samsonov | 2012-09-19 | 1 | -48/+137 | |
| | | | | llvm-svn: 164209 | |||||
* | Pass offset of the frame address within the binary to addr2line instead of ↵ | Alexander Potapenko | 2012-08-15 | 1 | -6/+13 | |
| | | | | | | | | the absolute address. Fixes the problem with -PIE binaries. llvm-svn: 161947 | |||||
* | Implement LinuxSymbolizer instead of symbolize_addr2line. | Alexander Potapenko | 2012-08-02 | 1 | -39/+37 | |
| | | | | llvm-svn: 161181 | |||||
* | Some refactoring for asan_symbolize.py: introduced the Symbolizer class and ↵ | Alexander Potapenko | 2012-08-02 | 1 | -59/+184 | |
| | | | | | | | | implemented DarwinSymbolizer for atos-based symbolization, BreakpadSymbolizer for breakpad-based symbolization (files produced by the dump_syms tool, http://code.google.com/p/google-breakpad/source/browse/#svn%2Ftrunk%2Fsrc%2Ftools%2Fmac%2Fdump_syms) and ChainSymbolizer to allow falling back if a symbolizer hadn't succeeded. Fixed pylint warnings. llvm-svn: 161176 | |||||
* | Factor out the main() function. | Alexander Potapenko | 2012-07-31 | 1 | -9/+16 | |
| | | | | llvm-svn: 161046 | |||||
* | [ASan] subtract one from PCs in ASan error reports (as they originally ↵ | Alexey Samsonov | 2012-07-19 | 1 | -18/+1 | |
| | | | | | | contain return addresses). Make output tests stricter. llvm-svn: 160508 | |||||
* | Suppress the stderr output from atos. | Alexander Potapenko | 2012-07-19 | 1 | -2/+5 | |
| | | | | llvm-svn: 160502 | |||||
* | More accurate atos execution which depends on the file type (EXECUTE, DYLIB) ↵ | Alexander Potapenko | 2012-01-26 | 1 | -14/+49 | |
| | | | | | | | | of the binary. More Linux-like output on Mac (to match more output tests). llvm-svn: 149064 | |||||
* | Tune asan_symbolize.py to symbolize 64-bit binaries correctly. | Alexander Potapenko | 2012-01-24 | 1 | -3/+8 | |
| | | | | | | Add the DEBUG flag to test_output.sh llvm-svn: 148798 | |||||
* | AddressSanitizer run-time library. Not yet integrated with the compiler-rt ↵ | Kostya Serebryany | 2011-11-30 | 1 | -0/+101 | |
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463 |