mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
021c93c2e0
mach_exception_data_type_t is more generic and is used for any element of a codes[] array. For individual elements, the typedefs mach_exception_code_t and mach_exception_subcode_t are available. Using mach_exception_code_t when possible gives slightly more descriptive code. No functional change. TEST=util_test ExcServerVariants.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/585473003