summaryrefslogtreecommitdiff
path: root/include/sanitizer/asan_interface.h
AgeCommit message (Expand)Author
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
2017-09-14[ASAN] Revert r313303 - Add macro denoting availability of new `__asan_handle...Eric Fiselier
2017-09-14[ASAN] Add macro denoting availability of new `__asan_handle_no_return()` fun...Eric Fiselier
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-10-13Fix minor typos in comments.Filipe Cabecinhas
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2014-02-06[asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-18[asan] kill some dead codeKostya Serebryany
2012-12-29[asan] add a new interface function __asan_describe_address, useful for runni...Kostya Serebryany
2012-12-28[asan] one more change missed at r171198Kostya Serebryany
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-12-04ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov
2012-10-02[ASan] Change __asan_set_on_error_callback to weak overridable __asan_on_erro...Alexey Samsonov
2012-10-02[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth