mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%