[PATCH] [compiler-rt] Add ASan debugging API to get malloc/free stack traces and shadow memory mapping info

Kuba Brecka kuba.brecka at gmail.com
Fri Jul 11 11:09:18 PDT 2014


Removed top_frame_bp from the interface, I don't really need it. Changed the malloc/free stack API return value to be the number of frames returned. Moved the internal function into __asan namespace, fixed the signature of it.

http://reviews.llvm.org/D4466

Files:
  include/sanitizer/asan_interface.h
  lib/asan/CMakeLists.txt
  lib/asan/asan_debugging.cc
  lib/asan/asan_interface_internal.h
  lib/asan/tests/CMakeLists.txt
  lib/asan/tests/asan_debugging_noinst_test.cc
  test/asan/TestCases/debug_stacks.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4466.11322.patch
Type: text/x-patch
Size: 8351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140711/387dc095/attachment.bin>


More information about the llvm-commits mailing list