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

Unified Diff: handler/crashpad_handler.ad

Issue 1314093002: Refactor handler/main for Windows, implement CrashHandlerExceptionServer (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crash-handler-exe
Patch Set: fixes2 Created 5 years, 3 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 | « doc/support/generate_asciidoc.sh ('k') | handler/handler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/crashpad_handler.ad
diff --git a/handler/mac/crashpad_handler.ad b/handler/crashpad_handler.ad
similarity index 94%
rename from handler/mac/crashpad_handler.ad
rename to handler/crashpad_handler.ad
index b53d097711431776f694d266521df4ea2c9ff166..cc335dedf6b1f7b5419cda304d24a56769dc60de 100644
--- a/handler/mac/crashpad_handler.ad
+++ b/handler/crashpad_handler.ad
@@ -75,7 +75,12 @@ of 'PATH' exists.
*--handshake-fd*='FD'::
Perform the handshake with the initial client on the file descriptor at 'FD'.
-This option is required.
+This option is required. This option is only valid on Mac OS X.
+
+*--pipe-name*='PIPE'::
+Listen on the given pipe name for connections from clients. 'PIPE' must be of
+the form +\\.\pipe\<somename>+. This option is required. This option is only
+valid on Windows.
*--url*='URL'::
If uploads are enabled, sends crash reports to the Breakpad-type crash report
« no previous file with comments | « doc/support/generate_asciidoc.sh ('k') | handler/handler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698