Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: syzygy/agent/memprof/memprof.def

Issue 2321423002: Merge the latest changes to master in the vs2015 branch. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/agent/memprof/memory_interceptors.cc ('k') | syzygy/build/RELEASE-NOTES.TXT » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/memprof/memprof.def
diff --git a/syzygy/agent/memprof/memprof.def b/syzygy/agent/memprof/memprof.def
index 281e4bf95df06cdbc6fa2e7ee0b329c6248a650c..f24dde19ec75458b855ec00e6f26ff5e8c25f931 100644
--- a/syzygy/agent/memprof/memprof.def
+++ b/syzygy/agent/memprof/memprof.def
@@ -54,6 +54,10 @@ EXPORTS
asan_check_repz_2_byte_cmps_access
asan_check_repz_4_byte_cmps_access
+ asan_check_repz_1_byte_lods_access
+ asan_check_repz_2_byte_lods_access
+ asan_check_repz_4_byte_lods_access
+
asan_check_repz_1_byte_movs_access
asan_check_repz_2_byte_movs_access
asan_check_repz_4_byte_movs_access
@@ -66,6 +70,10 @@ EXPORTS
asan_check_2_byte_cmps_access
asan_check_4_byte_cmps_access
+ asan_check_1_byte_lods_access
+ asan_check_2_byte_lods_access
+ asan_check_4_byte_lods_access
+
asan_check_1_byte_movs_access
asan_check_2_byte_movs_access
asan_check_4_byte_movs_access
« no previous file with comments | « syzygy/agent/memprof/memory_interceptors.cc ('k') | syzygy/build/RELEASE-NOTES.TXT » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698