Split DescribeAddressIfGlobal between a function that gets all the information, and...
authorFilipe Cabecinhas <me@filcab.net>
Wed, 17 Aug 2016 19:52:12 +0000 (19:52 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 17 Aug 2016 19:52:12 +0000 (19:52 +0000)
commit41f41635f9796f112f5fd7fd27445970d753f8e7
tree99fc9b7c2abfe17bf04eae9034d7c033864dd608
parent2e767d197282440754e01d869f6a55b1a9e0dad8
Split DescribeAddressIfGlobal between a function that gets all the information, and one that prints it.

Summary:
Replacement for part of D23518
This deals with global variable addresses.

(This commit is written on top of D23605, but can be applied by itself)

Reviewers: kcc, samsonov

Subscribers: kubabrecka, llvm-commits

Differential Revision: https://reviews.llvm.org/D23607

llvm-svn: 278959
compiler-rt/lib/asan/asan_debugging.cc
compiler-rt/lib/asan/asan_descriptions.cc
compiler-rt/lib/asan/asan_descriptions.h
compiler-rt/lib/asan/asan_globals.cc
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/asan_report.h