Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.h282 void SetFirstChanceExceptionHandler(FirstChanceHandler callback);
H A Dexception_handler.cc795 void SetFirstChanceExceptionHandler(FirstChanceHandler callback) { in SetFirstChanceExceptionHandler() function
H A Dexception_handler_unittest.cc564 google_breakpad::SetFirstChanceExceptionHandler(SimpleFirstChanceHandler); in TEST()