index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
asan
/
scripts
/
asan_symbolize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
For the asan_symbolize.py script, use addr2line as the default system
Dimitry Andric
2015-12-29
1
-1
/
+1
*
asan_symbolize.py: Call llvm-symbolizer with --functions=linkage instead of -...
Alexey Samsonov
2015-10-26
1
-1
/
+1
*
[asan] Fix asan_symbolize.py handling of non-existing paths
Evgeniy Stepanov
2015-09-30
1
-2
/
+2
*
Support inline functions symbolization in Addr2Line symbolizer.
Alexey Samsonov
2015-09-14
1
-8
/
+16
*
[asan] Allow users of asan_symbolize.py to forbid fallback to atos/addr2line.
Sergey Matveev
2015-03-06
1
-0
/
+3
*
Fix indents on asan_symbolize.py's argument parsing code. No behavior change.
Nico Weber
2015-01-28
1
-10
/
+13
*
Make asan_symbolize.py not crash on Windows.
Nico Weber
2015-01-28
1
-18
/
+25
*
[ASan] Fix the logic that decides whether we need to spawn a new llvm-symboli...
Alexander Potapenko
2014-12-22
1
-3
/
+3
*
[ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...
Alexander Potapenko
2014-11-21
1
-11
/
+39
*
[asan] Initialize logfile in asan_symbolize.py to sys.stdin.
Sergey Matveev
2014-09-18
1
-1
/
+1
*
[asan] Fix a bug in asan_symbolize.py
Sergey Matveev
2014-09-18
1
-1
/
+1
*
[ASan] Add new options for asan_symbolize.py script.
Alexey Samsonov
2014-08-11
1
-16
/
+52
*
Add FreeBSD support to the Asan symbolization script
Viktor Kutuzov
2014-07-18
1
-1
/
+1
*
[ASan] Factor out SymbolizationLoop.process_line() function to let Python
Alexander Potapenko
2014-07-16
1
-25
/
+31
*
[asan] update asan_symbolize.py to use the new llvm-symbolizer flag syntax
Kostya Serebryany
2014-05-19
1
-1
/
+1
*
asan_symbolize.py: use llvm-symbolizer results even if it returned function n...
Alexey Samsonov
2014-03-05
1
-2
/
+2
*
Improve llvm-symbolizer discovery in asan_symbolize.py
Alexey Samsonov
2014-03-05
1
-17
/
+24
*
[ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is use...
Alexander Potapenko
2013-10-31
1
-2
/
+4
*
[ASan] Close stderr before launching atos in asan_symbolize.py
Alexander Potapenko
2013-07-04
1
-3
/
+6
*
[ASan] Cache atos processes to make Darwin symbolication faster.
Alexander Potapenko
2013-07-01
1
-12
/
+34
*
[ASan] Do not buffer stdin in asan_symbolize.py
Alexander Potapenko
2013-05-31
1
-1
/
+4
*
[ASan] Minor cleanup: remove a couple of unused variables.
Alexander Potapenko
2013-05-30
1
-3
/
+0
*
[asan] added flag -d|--demangle to asan_symbolize.py, makes addr2line/llvm-sy...
Kostya Serebryany
2013-02-18
1
-2
/
+11
*
[ASan] use llvm-symbolizer for ASan lit-style tests on Mac
Alexey Samsonov
2012-10-08
1
-7
/
+5
*
Do not patch the instruction address when symbolizing the reports.
Alexander Potapenko
2012-10-02
1
-32
/
+1
*
Fixed a number of gpylint warnings, added binary names filtering (useful for ...
Alexander Potapenko
2012-09-26
1
-66
/
+97
*
Encapsulate the main loop into a class to allow reusing it.
Alexander Potapenko
2012-09-26
1
-26
/
+28
*
Set --use-symbol-table=true as Alexey has already resolved the FIXME.
Alexander Potapenko
2012-09-26
1
-2
/
+1
*
[ASan] make asan_symbolize script work if there is no llvm-symbolizer available
Alexey Samsonov
2012-09-19
1
-0
/
+4
*
[ASan] fix offline python symbolizer script to use llvm-symbolizer if possible
Alexey Samsonov
2012-09-19
1
-48
/
+137
*
Pass offset of the frame address within the binary to addr2line instead of th...
Alexander Potapenko
2012-08-15
1
-6
/
+13
*
Implement LinuxSymbolizer instead of symbolize_addr2line.
Alexander Potapenko
2012-08-02
1
-39
/
+37
*
Some refactoring for asan_symbolize.py: introduced the Symbolizer class and i...
Alexander Potapenko
2012-08-02
1
-59
/
+184
*
Factor out the main() function.
Alexander Potapenko
2012-07-31
1
-9
/
+16
*
[ASan] subtract one from PCs in ASan error reports (as they originally contai...
Alexey Samsonov
2012-07-19
1
-18
/
+1
*
Suppress the stderr output from atos.
Alexander Potapenko
2012-07-19
1
-2
/
+5
*
More accurate atos execution which depends on the file type (EXECUTE, DYLIB) ...
Alexander Potapenko
2012-01-26
1
-14
/
+49
*
Tune asan_symbolize.py to symbolize 64-bit binaries correctly.
Alexander Potapenko
2012-01-24
1
-3
/
+8
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+101