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

Unified Diff: syzygy/agent/asan/syzyasan_rtl.cc

Issue 1992773002: [SyzyAsan] Enable Crashpad reporter as a 50/50 experiment. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Cleanup + unittests. Created 4 years, 7 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
« syzygy/agent/asan/runtime.cc ('K') | « syzygy/agent/asan/runtime_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/syzyasan_rtl.cc
diff --git a/syzygy/agent/asan/syzyasan_rtl.cc b/syzygy/agent/asan/syzyasan_rtl.cc
index 34fbfa883056aa8229c253fcecab58d6aa795f85..99acaa27fd67f224fcac612dc640923db7bd0724 100644
--- a/syzygy/agent/asan/syzyasan_rtl.cc
+++ b/syzygy/agent/asan/syzyasan_rtl.cc
@@ -41,6 +41,7 @@ static const AsanFeatureName kAsanFeatureNames[] = {
{DEPRECATED_ASAN_FEATURE_ENABLE_CTMALLOC, nullptr},
{ASAN_FEATURE_ENABLE_LARGE_BLOCK_HEAP, "SyzyASANLargeBlockHeap"},
{DEPRECATED_ASAN_FEATURE_ENABLE_KASKO, nullptr},
+ {ASAN_FEATURE_ENABLE_CRASHPAD, "SyzyASANCrashpad"},
Sigurður Ásgeirsson 2016/05/19 20:25:58 you need backend configuration for this as well.
chrisha 2016/05/19 20:31:31 Already landed.
};
// This lock guards against IAT patching on multiple threads concurrently.
« syzygy/agent/asan/runtime.cc ('K') | « syzygy/agent/asan/runtime_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698