Home
last modified time | relevance | path

Searched refs:SetFirstChanceExceptionHandler (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h277 void SetFirstChanceExceptionHandler(FirstChanceHandler callback);
Dexception_handler.cc793 void SetFirstChanceExceptionHandler(FirstChanceHandler callback) { in SetFirstChanceExceptionHandler() function
Dexception_handler_unittest.cc547 google_breakpad::SetFirstChanceExceptionHandler(SimpleFirstChanceHandler); in TEST()