summaryrefslogtreecommitdiffstats
path: root/build/asan.saves
Commit message (Collapse)AuthorAgeFilesLines
* Revert ___asan_set_death_callback and ___asan_set_error_report_callback ↵glider@chromium.org2012-03-121-2/+0
| | | | | | | | | | until the new Clang arrives. TBR=mark BUG=114996 Review URL: https://chromiumcodereview.appspot.com/9662058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126130 0039d316-1c4b-4281-b951-d872f2087c98
* Add three more ASan interface functions:glider@chromium.org2012-03-121-0/+3
| | | | | | | | | | | | | ___asan_set_death_callback ___asan_set_error_report_callback ___asan_handle_no_return TBR=mark BUG=114996 Review URL: https://chromiumcodereview.appspot.com/9690009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126122 0039d316-1c4b-4281-b951-d872f2087c98
* Add ___asan_unregister_globals to the list of symbols that should be saved ↵glider@chromium.org2011-12-291-0/+1
| | | | | | | | | when building with AddressSanitizer. This CL is to be submitted after we update the ASan binaries for Darwin. Review URL: http://codereview.chromium.org/8989061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115962 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ASan interface functions to the .saves files.glider@chromium.org2011-11-161-0/+12
| | | | | | | | 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
* If the 'asan' GYP variable is set to 1 on Mac, do not strip the __asan_init ↵glider@chromium.org2011-09-021-0/+9
symbol from the binaries. Review URL: http://codereview.chromium.org/7828043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99371 0039d316-1c4b-4281-b951-d872f2087c98