mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-05 21:23:37 +00:00
This change adds the option for Breakpad hosts to register a callback that gets the first chance to handle an exception. The handler will return true if it handled the exception and false otherwise. The primary use case is V8's trap-based bounds checking support for WebAssembly. Bug: Change-Id: I5aa5b87d1229f1cef905a00404fa2027ee86be56 Reviewed-on: https://chromium-review.googlesource.com/509994 Reviewed-by: Mark Mentovai <mark@chromium.org> |
||
|---|---|---|
| .. | ||
| exception_handler_unittest.cc | ||
| exception_handler.cc | ||
| exception_handler.h | ||
| microdump_extra_info.h | ||
| minidump_descriptor.cc | ||
| minidump_descriptor.h | ||