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

Side by Side Diff: handler/crashpad_handler.ad

Issue 1391463002: mac: Add --use-system-default-handler option to crashpad_handler (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: For checkin 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 unified diff | Download patch
« no previous file with comments | « no previous file | handler/main.cc » ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. This option is only valid on Mac OS X. 78 This option is required. This option is only valid on Mac OS X.
79 79
80 *--pipe-name*='PIPE':: 80 *--pipe-name*='PIPE'::
81 Listen on the given pipe name for connections from clients. 'PIPE' must be of 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 82 the form +\\.\pipe\<somename>+. This option is required. This option is only
83 valid on Windows. 83 valid on Windows.
84 84
85 *--reset-own-crash-exception-port-to-system-default*::
86 Causes the exception handler server to set its own crash handler to the system
87 default before beginning operation. This is only expected to be useful in cases
88 where the server inherits an inappropriate crash handler from its parent
89 process. This option is only valid on OS X. Use of this option is discouraged.
90 It should not be used absent extraordinary circumstances.
91
85 *--url*='URL':: 92 *--url*='URL'::
86 If uploads are enabled, sends crash reports to the Breakpad-type crash report 93 If uploads are enabled, sends crash reports to the Breakpad-type crash report
87 collection server at 'URL'. Uploads are disabled by default, and can only be 94 collection server at 'URL'. Uploads are disabled by default, and can only be
88 enabled for a database by a Crashpad client using the Crashpad client library, 95 enabled for a database by a Crashpad client using the Crashpad client library,
89 typically in response to a user requesting this behavior. If this option is not 96 typically in response to a user requesting this behavior. If this option is not
90 specified, this program will behave as if uploads are disabled. 97 specified, this program will behave as if uploads are disabled.
91 98
92 *--help*:: 99 *--help*::
93 Display help and exit. 100 Display help and exit.
94 101
95 *--version*:: 102 *--version*::
96 Output version information and exit. 103 Output version information and exit.
97 104
98 == Exit Status 105 == Exit Status
99 106
100 *0*:: 107 *0*::
101 Success. 108 Success.
102 109
103 *1*:: 110 *1*::
104 Failure, with a message printed to the standard error stream. 111 Failure, with a message printed to the standard error stream.
105 112
106 == See Also 113 == See Also
107 114
108 man_link:catch_exception_tool[1], 115 man_link:catch_exception_tool[1],
109 man_link:crashpad_database_util[1], 116 man_link:crashpad_database_util[1],
110 man_link:generate_dump[1], 117 man_link:generate_dump[1],
111 man_link:run_with_crashpad[1] 118 man_link:run_with_crashpad[1]
112 119
113 include::../doc/support/man_footer.ad[] 120 include::../doc/support/man_footer.ad[]
OLDNEW
« no previous file with comments | « no previous file | handler/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698