Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.h46 bool RequestDumpForException(int exception_type,
52 return RequestDumpForException(0, 0, 0, MACH_PORT_NULL); in RequestDump()
Dcrash_generation_client.cc37 bool CrashGenerationClient::RequestDumpForException( in RequestDumpForException() function in google_breakpad::CrashGenerationClient
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc375 result = crash_generation_client_->RequestDumpForException( in WriteMinidumpWithException()