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

Unified Diff: client/simulate_crash_mac_test.cc

Issue 1049023003: Add ExcServerCopyState() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | handler/mac/crash_report_exception_handler.cc » ('j') | util/mach/exc_server_variants.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/simulate_crash_mac_test.cc
diff --git a/client/simulate_crash_mac_test.cc b/client/simulate_crash_mac_test.cc
index 0fd08fc1e6c8cdaeadf5ef40318f18b813613c5d..ebf6315ab93fac8918f0d621c0343d5093fe9b2b 100644
--- a/client/simulate_crash_mac_test.cc
+++ b/client/simulate_crash_mac_test.cc
@@ -225,6 +225,9 @@ class TestSimulateCrashMac final : public MachMultiprocess,
return KERN_ABORTED;
}
+ ExcServerCopyState(
+ behavior, old_state, old_state_count, new_state, new_state_count);
+
return ExcServerSuccessfulReturnValue(behavior, true);
}
« no previous file with comments | « no previous file | handler/mac/crash_report_exception_handler.cc » ('j') | util/mach/exc_server_variants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698