Searched refs:MINIDUMP_TYPE (Results 1 – 17 of 17) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 183 MINIDUMP_TYPE dump_type, 194 MINIDUMP_TYPE dump_type, 242 MINIDUMP_TYPE dump_type = MiniDumpNormal); 254 MINIDUMP_TYPE dump_type = MiniDumpNormal); 294 MINIDUMP_TYPE dump_type, 306 MINIDUMP_TYPE DumpType, 414 MINIDUMP_TYPE dump_type_;
|
D | exception_handler.cc | 65 MINIDUMP_TYPE dump_type, in ExceptionHandler() 85 MINIDUMP_TYPE dump_type, in ExceptionHandler() 144 MINIDUMP_TYPE dump_type, in Initialize() 771 MINIDUMP_TYPE dump_type) { in WriteMinidump() 783 MINIDUMP_TYPE dump_type) { in WriteMinidumpForChild()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.h | 66 MINIDUMP_TYPE dump_type, 70 MINIDUMP_TYPE dump_type, 150 MINIDUMP_TYPE dump_type_;
|
D | client_info.h | 51 MINIDUMP_TYPE dump_type, 61 MINIDUMP_TYPE dump_type() const { return dump_type_; } in dump_type() 112 MINIDUMP_TYPE dump_type_;
|
D | minidump_generator.h | 63 const MINIDUMP_TYPE dump_type, 105 MINIDUMP_TYPE DumpType, 162 MINIDUMP_TYPE dump_type_;
|
D | crash_generation_client.cc | 95 MINIDUMP_TYPE dump_type, in CrashGenerationClient() 115 MINIDUMP_TYPE dump_type, in CrashGenerationClient() 203 static_cast<MINIDUMP_TYPE>(NULL), NULL, NULL, NULL, in RequestUpload()
|
D | minidump_generator.cc | 259 const MINIDUMP_TYPE dump_type, in MinidumpGenerator() 433 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpNormal)) in WriteMinidump() 450 static_cast<MINIDUMP_TYPE>((dump_type_ & (~MiniDumpWithFullMemory)) in WriteMinidump()
|
D | client_info.cc | 40 MINIDUMP_TYPE dump_type, in ClientInfo()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 41 const MINIDUMP_TYPE kSmallDumpType = static_cast<MINIDUMP_TYPE>( 46 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( 52 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>( 113 static_cast<MINIDUMP_TYPE>(flags), in WriteDump()
|
D | exception_handler_test.cc | 69 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>(
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 120 MINIDUMP_TYPE arg_dump_type, in ProtocolMessage() 148 MINIDUMP_TYPE dump_type;
|
/external/google-breakpad/docs/ |
D | windows_client_integration.md | 25 MINIDUMP_TYPE dump_type, 40 * The type of minidump to generate, using the `MINIDUMP_TYPE` definitions in
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Signals.inc | 122 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE, 674 /// Populate ResultType with a valid MINIDUMP_TYPE based on the value of 684 /// containing a bitwise combination of MINIDUMP_TYPE values. 687 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) { 706 ResultType = static_cast<MINIDUMP_TYPE>(Flags); 764 MINIDUMP_TYPE DumpType;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 122 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE, 670 /// Populate ResultType with a valid MINIDUMP_TYPE based on the value of 680 /// containing a bitwise combination of MINIDUMP_TYPE values. 683 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) { 702 ResultType = static_cast<MINIDUMP_TYPE>(Flags); 760 MINIDUMP_TYPE DumpType;
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 124 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE, 640 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of 650 /// containing a bitwise combination of MINIDUMP_TYPE values. 653 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) { 672 ResultType = static_cast<MINIDUMP_TYPE>(Flags); 730 MINIDUMP_TYPE DumpType;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 125 typedef BOOL(WINAPI *fpMiniDumpWriteDump)(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE, 643 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of 653 /// containing a bitwise combination of MINIDUMP_TYPE values. 656 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) { 675 ResultType = static_cast<MINIDUMP_TYPE>(Flags); 733 MINIDUMP_TYPE DumpType;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 1246 } MINIDUMP_TYPE; typedef 1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…
|