summaryrefslogtreecommitdiff
path: root/include/sanitizer/asan_interface.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-4/+0
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-151-2/+1
* Fix minor typos in comments.Filipe Cabecinhas2014-10-131-1/+1
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+26
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-26/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+26
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-49/+0
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+16
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-0/+15
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-6/+7
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-061-0/+18
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-8/+0
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-151-2/+2
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-106/+31
* [asan] kill some dead codeKostya Serebryany2013-01-181-5/+0
* [asan] add a new interface function __asan_describe_address, useful for runni...Kostya Serebryany2012-12-291-0/+4
* [asan] one more change missed at r171198Kostya Serebryany2012-12-281-0/+5
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-071-9/+9
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-041-0/+9
* [ASan] Change __asan_set_on_error_callback to weak overridable __asan_on_erro...Alexey Samsonov2012-10-021-6/+5
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-021-7/+5
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-0/+202