breakpad/src/client/linux/handler
Eric Holk 1628d99f7b Add first chance exception handler API
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>
2017-06-19 18:23:41 +00:00
..
exception_handler_unittest.cc Add first chance exception handler API 2017-06-19 18:23:41 +00:00
exception_handler.cc Add first chance exception handler API 2017-06-19 18:23:41 +00:00
exception_handler.h Add first chance exception handler API 2017-06-19 18:23:41 +00:00
microdump_extra_info.h Add API to skip dump if crashing thread doesn't reference a given module 2017-01-18 15:41:07 +00:00
minidump_descriptor.cc Sanitize dumped stacks to remove data that may be identifiable. 2017-01-31 14:13:48 +00:00
minidump_descriptor.h Sanitize dumped stacks to remove data that may be identifiable. 2017-01-31 14:13:48 +00:00