HomeSort by relevance Sort by last modified time
    Searched refs:dump_type_ (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 61 MINIDUMP_TYPE dump_type() const { return dump_type_; }
112 MINIDUMP_TYPE dump_type_; member in class:google_breakpad::ClientInfo
crash_generation_client.h 150 MINIDUMP_TYPE dump_type_; member in class:google_breakpad::CrashGenerationClient
minidump_generator.cc 270 dump_type_(dump_type),
306 bool full_memory_dump = (dump_type_ & MiniDumpWithFullMemory) != 0;
413 if (exception_pointers_ && (dump_type_ & MiniDumpWithHandleData) == 0) {
431 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpNormal))
448 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpWithFullMemory))
487 if ((dump_type_ & MiniDumpWithFullMemory) == 0) {
minidump_generator.h 162 MINIDUMP_TYPE dump_type_; member in class:google_breakpad::MinidumpGenerator
crash_generation_client.cc 99 dump_type_(dump_type),
119 dump_type_(dump_type),
232 dump_type_,
client_info.cc 47 dump_type_(dump_type),
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 159 dump_type_ = dump_type;
186 new CrashGenerationClient(pipe_name, dump_type_, custom_info));
189 new CrashGenerationClient(pipe_handle, dump_type_, custom_info));
    [all...]
exception_handler.h 412 MINIDUMP_TYPE dump_type_; member in class:google_breakpad::ExceptionHandler

Completed in 187 milliseconds