Home
last modified time | relevance | path

Searched refs:MINIDUMP_TYPE (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h183 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_;
Dexception_handler.cc65 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/
Dcrash_generation_client.h66 MINIDUMP_TYPE dump_type,
70 MINIDUMP_TYPE dump_type,
150 MINIDUMP_TYPE dump_type_;
Dclient_info.h51 MINIDUMP_TYPE dump_type,
61 MINIDUMP_TYPE dump_type() const { return dump_type_; } in dump_type()
112 MINIDUMP_TYPE dump_type_;
Dminidump_generator.h63 const MINIDUMP_TYPE dump_type,
105 MINIDUMP_TYPE DumpType,
162 MINIDUMP_TYPE dump_type_;
Dcrash_generation_client.cc95 MINIDUMP_TYPE dump_type, in CrashGenerationClient()
115 MINIDUMP_TYPE dump_type, in CrashGenerationClient()
203 static_cast<MINIDUMP_TYPE>(NULL), NULL, NULL, NULL, in RequestUpload()
Dminidump_generator.cc259 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()
Dclient_info.cc40 MINIDUMP_TYPE dump_type, in ClientInfo()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc41 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()
Dexception_handler_test.cc69 const MINIDUMP_TYPE kFullDumpType = static_cast<MINIDUMP_TYPE>(
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h120 MINIDUMP_TYPE arg_dump_type, in ProtocolMessage()
148 MINIDUMP_TYPE dump_type;
/external/google-breakpad/docs/
Dwindows_client_integration.md25 MINIDUMP_TYPE dump_type,
40 * The type of minidump to generate, using the `MINIDUMP_TYPE` definitions in
/external/llvm-project/llvm/lib/Support/Windows/
DSignals.inc122 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/
DSignals.inc122 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/
DSignals.inc124 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/
DSignals.inc125 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/
Ddbghelp.h1246 } MINIDUMP_TYPE; typedef
1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…