OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateCrashDump
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome_elf/
breakpad.h
28
int
GenerateCrashDump
(EXCEPTION_POINTERS* exinfo);
31
// InitializeCrashReporting() and used by
GenerateCrashDump
() to record dumps.
chrome_elf_main.cc
24
} __except(
GenerateCrashDump
(GetExceptionInformation())) {
breakpad.cc
108
int
GenerateCrashDump
(EXCEPTION_POINTERS* exinfo) {
/external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc
260
} __except(
GenerateCrashDump
(GetExceptionInformation())) {
Completed in 391 milliseconds