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

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: Add an entry point to reinitialize the crash reporter. Created 4 years 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..5ae815e01e86835d35672293f4effea3827f9eab 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
+ ; Reinitialize the SyzyAsan crash reporter.
chrisha 2016/12/15 18:48:49 This is initializing the crash reporter, not reini
+ asan_ReinitializeCrashHandler
+
; Clang-Asan access checking functions.
__asan_load1=asan_redirect_load1
__asan_load2=asan_redirect_load2
« no previous file with comments | « no previous file | syzygy/agent/asan/reporters/crashpad_reporter.cc » ('j') | syzygy/agent/asan/rtl_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698