Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.h91 bool GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const;
Dclient_info.cc136 bool ClientInfo::GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const { in GetClientExceptionInfo() function in google_breakpad::ClientInfo
Dcrash_generation_server.cc907 if (!client.GetClientExceptionInfo(&client_ex_info)) { in GenerateDump()