mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
243e1fd8e2
Right now there's no clear way to differentiate between Signal and Mach exceptions. Instead, set EXC_SOFT_SIGNAL as the top level exception for signal exceptions, moving the signal number to ExceptionInfo() and and the signal code plus the two previous values into Codes(). Fixed:crashpad:389 Change-Id: Ia57f402b98be2a648febb58b9dee0cb80d9e5954 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3388874 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org>