| Index: util/mach/mach_extensions.h
|
| diff --git a/util/mach/mach_extensions.h b/util/mach/mach_extensions.h
|
| index b015937eca0e85339c5de0379f590c52405d3304..f9d04b71c10cecf97960f44117bc3babc169ea86 100644
|
| --- a/util/mach/mach_extensions.h
|
| +++ b/util/mach/mach_extensions.h
|
| @@ -77,6 +77,8 @@ mach_port_t MachThreadSelf();
|
| //! appropriate for the system at run time.
|
| //!
|
| //! \note `EXC_MASK_ALL` does not include the value of `EXC_MASK_CRASH`.
|
| +//! Consumers that want `EXC_MASK_ALL` along with `EXC_MASK_CRASH` must use
|
| +//! ExcMaskAll() | `EXC_MASK_CRASH` explicitly.
|
| exception_mask_t ExcMaskAll();
|
|
|
| } // namespace crashpad
|
|
|