mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Something like this is required to implement something like https://code.google.com/p/chromium/codesearch#chromium/src/components/crash/content/app/breakpad_win.cc&l=397 in Chrome (used by Syzygy and V8 in x64 it looks like). I didn't want to expose UnhandledExceptionFilter() directly as it's __stdcall so adding a forwarder to CrashpadClient seemed tidier, but the functionality matches what is needed. R=mark@chromium.org BUG=chromium:546288 Review URL: https://codereview.chromium.org/1416603010 .