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

Unified Diff: syzygy/agent/asan/syzyasan_rtl.def.template

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/syzyasan_rtl.def.template
diff --git a/syzygy/agent/asan/syzyasan_rtl.def.template b/syzygy/agent/asan/syzyasan_rtl.def.template
index 092897acfaac69e25e5a6334ebeec2748ff5461c..3ce010fbda2acdbbf1a563c6d5286dfa4a4dd30e 100644
--- a/syzygy/agent/asan/syzyasan_rtl.def.template
+++ b/syzygy/agent/asan/syzyasan_rtl.def.template
@@ -136,6 +136,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