mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-01 10:50:29 +08:00
4d35ffa80e
exception handler ports. task_t, thread_t, and exception_handler_t are typedefs for mach_port_t. They are more descriptive than mach_port_t, and are already in use in exc_server_variants. TEST=util_test R=rsesek@chromium.org Review URL: https://codereview.chromium.org/577293002