Searched defs:RequestDump (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_client.h51 bool RequestDump() { function in class:google_breakpad::CrashGenerationClient
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_client.cc51 virtual bool RequestDump(const void* blob, size_t blob_size) { function in class:google_breakpad::__anon5064::CrashGenerationClientImpl
/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc132 bool result = client.RequestDump();
161 void *RequestDump(void *context) { function in namespace:__anon5084
163 bool result = client.RequestDump();
187 if (pthread_create(&thread, NULL, RequestDump, (void*)mach_port_name) != 0)
/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_client.cc322 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info, function in class:google_breakpad::CrashGenerationClient
340 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info) { function in class:google_breakpad::CrashGenerationClient
341 return RequestDump(ex_info, NULL);
344 bool CrashGenerationClient::RequestDump(MDRawAssertionInfo* assert_info) { function in class:google_breakpad::CrashGenerationClient
345 return RequestDump(NULL, assert_info);
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc330 void RequestDump() { function in namespace:google_breakpad
399 RequestDump();

Completed in 147 milliseconds