diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 16:05:29 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 16:05:29 +0000 |
commit | ed6be77baa707bdc3746da9dd5f3c14c8972295b (patch) | |
tree | df6cc754f07f7e5f1d591b43698c10458d715134 /build/asan.saves | |
parent | 5164511c16906702c8822aaec2641f66f8f3bc9e (diff) | |
download | chromium_src-ed6be77baa707bdc3746da9dd5f3c14c8972295b.zip chromium_src-ed6be77baa707bdc3746da9dd5f3c14c8972295b.tar.gz chromium_src-ed6be77baa707bdc3746da9dd5f3c14c8972295b.tar.bz2 |
Add the ASan interface functions to the .saves files.
TBR=kcc
Review URL: http://codereview.chromium.org/8488004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/asan.saves')
-rw-r--r-- | build/asan.saves | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/asan.saves b/build/asan.saves index 8822f7c..f844f7b 100644 --- a/build/asan.saves +++ b/build/asan.saves @@ -7,3 +7,15 @@ # (http://dev.chromium.org/developers/testing/addresssanitizer). ___asan_init +___asan_register_global +___asan_register_globals +___asan_report_load1 +___asan_report_load2 +___asan_report_load4 +___asan_report_load8 +___asan_report_load16 +___asan_report_store1 +___asan_report_store2 +___asan_report_store4 +___asan_report_store8 +___asan_report_store16 |