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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « doc/support/generate_asciidoc.sh ('k') | handler/handler.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Crashpad Authors. All rights reserved. 1 // Copyright 2014 The Crashpad Authors. All rights reserved.
2 // 2 //
3 // Licensed under the Apache License, Version 2.0 (the "License"); 3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License. 4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at 5 // You may obtain a copy of the License at
6 // 6 //
7 // http://www.apache.org/licenses/LICENSE-2.0 7 // http://www.apache.org/licenses/LICENSE-2.0
8 // 8 //
9 // Unless required by applicable law or agreed to in writing, software 9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS, 10 // distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 *--database*='PATH':: 69 *--database*='PATH'::
70 Use 'PATH' as the path to the Crashpad crash report database. This option is 70 Use 'PATH' as the path to the Crashpad crash report database. This option is
71 required. Crash reports are written to this database, and if uploads are 71 required. Crash reports are written to this database, and if uploads are
72 enabled, uploaded from this database to a crash report collection server. If the 72 enabled, uploaded from this database to a crash report collection server. If the
73 database does not exist, it will be created, provided that the parent directory 73 database does not exist, it will be created, provided that the parent directory
74 of 'PATH' exists. 74 of 'PATH' exists.
75 75
76 *--handshake-fd*='FD':: 76 *--handshake-fd*='FD'::
77 Perform the handshake with the initial client on the file descriptor at 'FD'. 77 Perform the handshake with the initial client on the file descriptor at 'FD'.
78 This option is required. 78 This option is required. This option is only valid on Mac OS X.
79
80 *--pipe-name*='PIPE'::
81 Listen on the given pipe name for connections from clients. 'PIPE' must be of
82 the form +\\.\pipe\<somename>+. This option is required. This option is only
83 valid on Windows.
79 84
80 *--url*='URL':: 85 *--url*='URL'::
81 If uploads are enabled, sends crash reports to the Breakpad-type crash report 86 If uploads are enabled, sends crash reports to the Breakpad-type crash report
82 collection server at 'URL'. Uploads are disabled by default, and can only be 87 collection server at 'URL'. Uploads are disabled by default, and can only be
83 enabled for a database by a Crashpad client using the Crashpad client library, 88 enabled for a database by a Crashpad client using the Crashpad client library,
84 typically in response to a user requesting this behavior. If this option is not 89 typically in response to a user requesting this behavior. If this option is not
85 specified, this program will behave as if uploads are disabled. 90 specified, this program will behave as if uploads are disabled.
86 91
87 *--help*:: 92 *--help*::
88 Display help and exit. 93 Display help and exit.
(...skipping 10 matching lines...) Expand all
99 Failure, with a message printed to the standard error stream. 104 Failure, with a message printed to the standard error stream.
100 105
101 == See Also 106 == See Also
102 107
103 man_link:catch_exception_tool[1], 108 man_link:catch_exception_tool[1],
104 man_link:crashpad_database_util[1], 109 man_link:crashpad_database_util[1],
105 man_link:generate_dump[1], 110 man_link:generate_dump[1],
106 man_link:run_with_crashpad[1] 111 man_link:run_with_crashpad[1]
107 112
108 include::../../doc/support/man_footer.ad[] 113 include::../../doc/support/man_footer.ad[]
OLDNEW
« 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