summaryrefslogtreecommitdiff
path: root/lib/asan/asan_debugging.cc
AgeCommit message (Expand)Author
2016-09-09[asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas
2016-08-18Convert AsanLocateAddress to Get*AddressInformation functions.Filipe Cabecinhas
2016-08-17Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas
2016-08-15Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-01[ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov
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-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka