summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2015-02-25Fix >80 line after r230530.Kuba Brecka
2015-02-25[compiler-rt] Symbolizer refactoring: Move SymbolizerProcess interface to headerKuba Brecka
2015-02-25[compiler-rt] Symbolizer refactoring: Move string parsing into separate funct...Kuba Brecka
2014-12-16Fix data symbolization with libbacktrace. Patch by Jakub Jelinek!Alexey Samsonov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-12-01Add override specifiers to Symbolizer methods. NFC.Alexey Samsonov
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-04Correct the usage of DataInfo structure in TSanAlexey Samsonov
2014-10-24Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov
2014-10-15[compiler-rt] Enable ASAN for powerpc64le-linuxWill Schmidt
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2014-06-16Swap getdtablesize() for sysconf(_SC_OPEN_MAX).Dan Albert
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-03-11Revert "[asan] Make __cxa_demangle non-weak symbol on Android."Hans Wennborg
2014-02-18[asan] Make __cxa_demangle non-weak symbol on Android.Evgeniy Stepanov
2014-02-12[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov
2014-02-11[Sanitizer] External symbolizer refactoring: split protocol for communicating...Alexey Samsonov
2014-01-24tsan: do not deadlock on forkDmitry Vyukov
2014-01-17[Sanitizer] Remove empty methodAlexey Samsonov
2014-01-16[Sanitizer] Add basic support for using libbacktrace in symbolizer.Alexey Samsonov
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-10Revert a final patch that was committed without the author contributingChandler Carruth
2013-11-27[Sanitizer] Add rudimentary support for using libbacktrace in symbolizer.Alexey Samsonov
2013-11-26[Sanitizer] Improve external symbolizer behavior.Alexey Samsonov
2013-10-31[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-10Fixup for r190410: use lazy initialization for symbolizer as some compilers e...Alexey Samsonov
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-07-17[Sanitizer] Always provide --default-arch argument to llvm-symbolizerAlexey Samsonov
2013-06-28Pass --default-arch flag to external symbolizer. Fix line lengths.Alexey Samsonov
2013-06-11[Sanitizer] add file forgotten in r183730Alexey Samsonov