| Index: third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
|
| index 1772072818df6703dc2c8e8dfd07fecb13938ee3..9a6ddcaa046fb951956673cd3bbd4c64c54a0a1d 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h
|
| @@ -34,7 +34,7 @@ class ProcessReader;
|
| namespace internal {
|
|
|
| //! \brief An ExceptionSnapshot of an exception sustained by a running (or
|
| -//! crashed) process on a Mac OS X system.
|
| +//! crashed) process on a macOS system.
|
| class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| public:
|
| ExceptionSnapshotMac();
|
| @@ -47,6 +47,14 @@ class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| //!
|
| //! \param[in] process_reader A ProcessReader for the task that sustained the
|
| //! exception.
|
| + //! \param[in] behavior
|
| + //! \param[in] exception_thread
|
| + //! \param[in] exception
|
| + //! \param[in] code
|
| + //! \param[in] code_count
|
| + //! \param[in,out] flavor
|
| + //! \param[in] state
|
| + //! \param[in] state_count
|
| //!
|
| //! \return `true` if the snapshot could be created, `false` otherwise with
|
| //! an appropriate message logged.
|
|
|