mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
These port dispositions were naïvely taken from excUser.c and mach_excUser.c, but the local and remote portions were not swapped as they would be upon receipt in a server. This swaps them to match how they’d be visible in a server, and uses the port disposition name aliases expected to be used in servers: MACH_MSG_TYPE_PORT_* instead of MACH_MSG_TYPE_{MAKE,COPY,MOVE}_*. TEST=util_test ExcServerVariants.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/755323002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%