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

Unified Diff: tools/generate_dump.cc

Issue 1392093003: win: Capture some CRITICAL_SECTION debugging data (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 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 | « snapshot/win/process_snapshot_win_test.cc ('k') | util/win/exception_handler_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_dump.cc
diff --git a/tools/generate_dump.cc b/tools/generate_dump.cc
index e3679749ea93812ab811ae3191abae54e9d2d564..0b7d39e3c8e9a8bf1b18f7e37e0dc310ac8ffc75 100644
--- a/tools/generate_dump.cc
+++ b/tools/generate_dump.cc
@@ -186,7 +186,8 @@ int GenerateDumpMain(int argc, char* argv[]) {
if (!process_snapshot.Initialize(process.get(),
options.suspend
? ProcessSuspensionState::kSuspended
- : ProcessSuspensionState::kRunning)) {
+ : ProcessSuspensionState::kRunning,
+ 0)) {
return EXIT_FAILURE;
}
#endif // OS_MACOSX
« no previous file with comments | « snapshot/win/process_snapshot_win_test.cc ('k') | util/win/exception_handler_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698