[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memory mappi...
authorKuba Brecka <kuba.brecka@gmail.com>
Tue, 15 Jul 2014 17:33:23 +0000 (17:33 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Tue, 15 Jul 2014 17:33:23 +0000 (17:33 +0000)
commit58f44dce9609be8680710e85162820574056a4ad
treeeef3a95cf629231a1c30e7a087885800b77c4820
parent8587711164cf478d438074b22ef887a2717a5096
[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memory mapping info

Reviewed at http://reviews.llvm.org/D4466

llvm-svn: 213080
compiler-rt/include/sanitizer/asan_interface.h
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/asan/asan_debugging.cc [new file with mode: 0644]
compiler-rt/lib/asan/asan_interface_internal.h
compiler-rt/test/asan/TestCases/debug_mapping.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/debug_stacks.cc [new file with mode: 0644]