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

Unified Diff: tools/mac/exception_port_tool.ad

Issue 1013783002: Update man pages (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 | tools/mac/run_with_crashpad.ad » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mac/exception_port_tool.ad
diff --git a/tools/mac/exception_port_tool.ad b/tools/mac/exception_port_tool.ad
index cf7af74fe3cb9193d2653f48f5e8ee1c0287ae47..a0d7ca366e4e775ff41b83cc2d1884473e148ca4 100644
--- a/tools/mac/exception_port_tool.ad
+++ b/tools/mac/exception_port_tool.ad
@@ -50,11 +50,11 @@ restricted to the superuser.
'MASK' defines the mask of exception types to handle, from
+<mach/exception_types.h>+. This can be *BAD_ACCESS*, *BAD_INSTRUCTION*,
*ARITHMETIC*, *EMULATION*, *SOFTWARE*, *BREAKPOINT*, *SYSCALL*, *MACH_SYSCALL*,
-*RPC_ALERT*, *CRASH*, *RESOURCE*, *GUARD*, or *CRASH*. Different exception types
-may be combined by combining them with pipe characters (*|*). The special value
-*ALL* includes each exception type except for *CRASH*. To truly specify all
-exception types including *CRASH*, use *ALL|CRASH*. The default value of 'MASK'
-is *CRASH*.
+*RPC_ALERT*, *CRASH*, *RESOURCE*, or *GUARD*. Different exception types may be
+combined by combining them with pipe characters (*|*). The special value *ALL*
+includes each exception type except for *CRASH*. To truly specify all exception
+types including *CRASH*, use *ALL|CRASH*. The default value of 'MASK' is
+*CRASH*.
+
*behavior*='BEHAVIOR':::
'BEHAVIOR' defines the specific exception handler routine to be called when an
« no previous file with comments | « no previous file | tools/mac/run_with_crashpad.ad » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698