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

Unified Diff: syzygy/agent/asan/system_interceptors_x64.def

Issue 2576003002: Add the ability to defer the initialization of the SyzyAsan crash reporter. (Closed)
Patch Set: Fix comments. Created 3 years, 11 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/asan/runtime.cc ('k') | syzygy/agent/asan/syzyasan_rtl.def.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/system_interceptors_x64.def
diff --git a/syzygy/agent/asan/system_interceptors_x64.def b/syzygy/agent/asan/system_interceptors_x64.def
index b82f6159fe94c66f1f22da7e9e97f55dd40011bf..d982b6952e8291f01deb92fd9f95ccec307465ed 100644
--- a/syzygy/agent/asan/system_interceptors_x64.def
+++ b/syzygy/agent/asan/system_interceptors_x64.def
@@ -83,6 +83,9 @@ EXPORTS
; Exposed to allow the user to enumerate runtime experiments.
asan_EnumExperiments
+ ; Initialize the SyzyAsan crash reporter.
+ asan_InitializeCrashReporter
+
; Generated system intercepts
asan_ReadFile
asan_ReadFileEx
« no previous file with comments | « syzygy/agent/asan/runtime.cc ('k') | syzygy/agent/asan/syzyasan_rtl.def.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698