[sanitizer] add __sanitizer_symbolize_data (can only print the names of the globals...
authorKostya Serebryany <kcc@google.com>
Mon, 19 Sep 2016 05:10:32 +0000 (05:10 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 19 Sep 2016 05:10:32 +0000 (05:10 +0000)
commit88b93166dc1bc563195105acf3693cf13b7093ef
treecf3fc2e85fb1d2e69c277a0f08b92045d86543de
parent61403201ea053f59cd025a4330329f44941c1b4b
[sanitizer] add __sanitizer_symbolize_data (can only print the names of the globals for now)

llvm-svn: 281886
compiler-rt/include/sanitizer/common_interface_defs.h
compiler-rt/lib/asan/asan_win_dll_thunk.cc
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc