OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestDump
(Results
1 - 9
of
9
) sorted by null
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.h
51
virtual bool
RequestDump
(const void* blob, size_t blob_size) = 0;
crash_generation_client.cc
51
virtual bool
RequestDump
(const void* blob, size_t blob_size) {
/external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.h
51
bool
RequestDump
() {
/external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h
56
// overloaded
RequestDump
methods - one in case of exceptions
84
bool
RequestDump
(EXCEPTION_POINTERS* ex_info,
93
bool
RequestDump
(EXCEPTION_POINTERS* ex_info);
101
bool
RequestDump
(MDRawAssertionInfo* assert_info);
crash_generation_client.cc
322
bool CrashGenerationClient::
RequestDump
(EXCEPTION_POINTERS* ex_info,
340
bool CrashGenerationClient::
RequestDump
(EXCEPTION_POINTERS* ex_info) {
341
return
RequestDump
(ex_info, NULL);
344
bool CrashGenerationClient::
RequestDump
(MDRawAssertionInfo* assert_info) {
345
return
RequestDump
(NULL, assert_info);
/external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc
132
bool result = client.
RequestDump
();
161
void *
RequestDump
(void *context) {
163
bool result = client.
RequestDump
();
187
if (pthread_create(&thread, NULL,
RequestDump
, (void*)mach_port_name) != 0)
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc
330
void
RequestDump
() {
399
RequestDump
();
/external/google-breakpad/src/client/linux/handler/
exception_handler.cc
469
return crash_generation_client_->
RequestDump
(context, sizeof(*context));
/external/google-breakpad/src/client/windows/handler/
exception_handler.cc
[
all
...]
Completed in 320 milliseconds