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

Unified Diff: compat/non_win/dbghelp.h

Issue 435013002: Add minidump_extensions.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Remove MinidumpExceptionCodeMac Created 6 years, 5 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 | « compat/non_mac/mach/mach.h ('k') | minidump/minidump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/non_win/dbghelp.h
diff --git a/compat/non_win/dbghelp.h b/compat/non_win/dbghelp.h
index 85cf4ccbba345a58cf9a67e88afcef8bd300acec..b0d66995b3d38d020b22d0db599a0e17f181b5b3 100644
--- a/compat/non_win/dbghelp.h
+++ b/compat/non_win/dbghelp.h
@@ -404,12 +404,11 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_EXCEPTION {
//! \brief The top-level exception code identifying the exception, in
//! operating system-specific values.
//!
- //! For Mac OS X minidumps, this will be a value of
- //! crashpad::MinidumpExceptionCodeMac, which corresponds to an `EXC_*`
- //! exception type. `EXC_CRASH` will not appear here for exceptions processed
- //! as `EXC_CRASH` when generated from another preceding exception: the
- //! original exception code will appear instead. The exception type as it was
- //! received will appear at index 0 of #ExceptionInformation.
+ //! For Mac OS X minidumps, this will be an \ref EXC_x "EXC_*" exception type,
+ //! such as `EXC_BAD_ACCESS`. `EXC_CRASH` will not appear here for exceptions
+ //! processed as `EXC_CRASH` when generated from another preceding exception:
+ //! the original exception code will appear instead. The exception type as it
+ //! was received will appear at index 0 of #ExceptionInformation.
//!
//! \note This field is named ExceptionCode, but what is known as the
//! “exception code” on Mac OS X/Mach is actually stored in the
« no previous file with comments | « compat/non_mac/mach/mach.h ('k') | minidump/minidump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698