Searched refs:MiniDumpNormal (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 242 MINIDUMP_TYPE dump_type = MiniDumpNormal); 254 MINIDUMP_TYPE dump_type = MiniDumpNormal);
|
D | exception_handler.cc | 114 MiniDumpNormal, // dump_type - not used in ExceptionHandler() 131 MiniDumpNormal, in ExceptionHandler()
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 107 dump_type(MiniDumpNormal), in ProtocolMessage()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 433 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpNormal)) in WriteMinidump() 451 | MiniDumpNormal), in WriteMinidump()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 157 MiniDumpNormal, in DoCrashAccessViolation() 175 MiniDumpNormal, in DoCrashAccessViolation()
|
D | crash_generation_server_test.cc | 172 MiniDumpNormal, in DoFaultyClient()
|
D | minidump_test.cc | 180 EXPECT_TRUE(WriteDump(MiniDumpNormal)); in TEST_F()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 491 MiniDumpNormal, in _tWinMain()
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Signals.inc | 710 ResultType = MiniDumpNormal; 767 DumpType = MiniDumpNormal;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 706 ResultType = MiniDumpNormal; 763 DumpType = MiniDumpNormal;
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 676 ResultType = MiniDumpNormal; 733 DumpType = MiniDumpNormal;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 679 ResultType = MiniDumpNormal; 736 DumpType = MiniDumpNormal;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1242 …MiniDumpNormal = 0x0000,MiniDumpWithDataSegs = 0x0001,MiniDumpWithFullMemory = 0x0002,MiniDumpWith… enumerator
|