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

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: x64 def file. 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
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..e627d8cc7d439939d4301c6ccf2dce444f6714d2 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_InitializeCrashHandler
+
; Generated system intercepts
asan_ReadFile
asan_ReadFileEx

Powered by Google App Engine
This is Rietveld 408576698