Searched refs:MiniDumpNormal (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 241 MINIDUMP_TYPE dump_type = MiniDumpNormal); 253 MINIDUMP_TYPE dump_type = MiniDumpNormal);
|
D | exception_handler.cc | 117 MiniDumpNormal, // dump_type - not used in ExceptionHandler() 134 MiniDumpNormal, in ExceptionHandler()
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 106 dump_type(MiniDumpNormal), in ProtocolMessage()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 436 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpNormal)) in WriteMinidump() 454 | MiniDumpNormal), in WriteMinidump()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 160 MiniDumpNormal, in DoCrashAccessViolation() 178 MiniDumpNormal, in DoCrashAccessViolation()
|
D | crash_generation_server_test.cc | 175 MiniDumpNormal, in DoFaultyClient()
|
D | minidump_test.cc | 183 EXPECT_TRUE(WriteDump(MiniDumpNormal)); in TEST_F()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 494 MiniDumpNormal, in _tWinMain()
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 725 ResultType = MiniDumpNormal; 787 DumpType = MiniDumpNormal;
|
/external/mesa3d/src/util/ |
D | dbghelp.h | 1242 …MiniDumpNormal = 0x0000,MiniDumpWithDataSegs = 0x0001,MiniDumpWithFullMemory = 0x0002,MiniDumpWith… enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Diagnostics/Debug/ |
D | mod.rs | 1531 pub const MiniDumpNormal: MINIDUMP_TYPE = 0i32; constant
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Diagnostics/Debug/ |
D | mod.rs | 1531 pub const MiniDumpNormal: MINIDUMP_TYPE = 0i32; constant
|