From ed6be77baa707bdc3746da9dd5f3c14c8972295b Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Wed, 16 Nov 2011 16:05:29 +0000 Subject: 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 --- chrome/app/app_asan.saves | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'chrome/app') diff --git a/chrome/app/app_asan.saves b/chrome/app/app_asan.saves index 1b5207b..76f33bb 100644 --- a/chrome/app/app_asan.saves +++ b/chrome/app/app_asan.saves @@ -18,3 +18,15 @@ _NXArgv # AddressSanitizer-specific symbols. ___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 -- cgit v1.1