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

Unified Diff: syzygy/agent/asan/gen/system_interceptors.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/gen/system_interceptors.def
diff --git a/syzygy/agent/asan/gen/system_interceptors.def b/syzygy/agent/asan/gen/system_interceptors.def
index 67c6670dfa39bca0e47b02eb2ae11617939e0703..55a4fa5f77646b90e4206ba475c9875a3dbcd148 100644
--- a/syzygy/agent/asan/gen/system_interceptors.def
+++ b/syzygy/agent/asan/gen/system_interceptors.def
@@ -139,6 +139,9 @@ EXPORTS
; Exposed to allow the user to enumerate runtime experiments.
asan_EnumExperiments
+ ; Initialize the SyzyAsan crash reporter.
+ asan_InitializeCrashHandler
+
; Clang-Asan access checking functions.
__asan_load1=asan_redirect_load1
__asan_load2=asan_redirect_load2

Powered by Google App Engine
This is Rietveld 408576698