OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crash_context
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc
207
char
crash_context
[kCrashContextSize];
local
209
const ssize_t expected_msg_size = sizeof(
crash_context
);
211
iov[0].iov_base =
crash_context
;
212
iov[0].iov_len = sizeof(
crash_context
);
265
crashing_pid,
crash_context
,
/external/v8/tools/oom_dump/
oom_dump.cc
117
MinidumpContext*
crash_context
= exception->GetContext();
local
118
CHECK(
crash_context
);
131
CHECK_EQ(MD_CONTEXT_X86,
crash_context
->GetContextCPU());
133
const MDRawContextX86* contextX86 =
crash_context
->GetContextX86();
/external/google-breakpad/src/client/linux/handler/
exception_handler.h
112
typedef bool (*HandlerCallback)(const void*
crash_context
,
exception_handler_unittest.cc
880
CrashHandler(const void*
crash_context
, size_t crash_context_size,
894
iov.iov_base = const_cast<void*>(
crash_context
);
[
all
...]
Completed in 143 milliseconds