Home
last modified time | relevance | path

Searched refs:pExceptionInfo (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/gimp-app/gimp-2.10.30/app/
H A Dsignals.c41 static LONG WINAPI gimp_sigfatal_handler (PEXCEPTION_POINTERS pExceptionInfo);
129 gimp_sigfatal_handler (PEXCEPTION_POINTERS pExceptionInfo) in gimp_sigfatal_handler() argument
134 if (pExceptionInfo == NULL || in gimp_sigfatal_handler()
135 pExceptionInfo->ExceptionRecord == NULL) in gimp_sigfatal_handler()
138 er = pExceptionInfo->ExceptionRecord; in gimp_sigfatal_handler()
154 return g_prevExceptionFilter (pExceptionInfo); in gimp_sigfatal_handler()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapperjni_win.c663 void commonExceptionInfo(PEXCEPTION_POINTERS pExceptionInfo) { in commonExceptionInfo() argument
666 …ExceptionCode: %s (0x%x)"), getExceptionName(pExceptionInfo->ExceptionRecord->ExceptionCode), pExc… in commonExceptionInfo()
668 switch (pExceptionInfo->ExceptionRecord->ExceptionCode) { in commonExceptionInfo()
671 if (pExceptionInfo->ExceptionRecord->NumberParameters >= 2) { in commonExceptionInfo()
672 switch (pExceptionInfo->ExceptionRecord->ExceptionInformation[0]) { in commonExceptionInfo()
683 …pected access exception to 0x%p (%d)"), pExceptionInfo->ExceptionRecord->ExceptionInformation[1], in commonExceptionInfo()
687 …if ((pExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) && (pExceptionInfo in commonExceptionInfo()
693 for (i = 0; i < (int)pExceptionInfo->ExceptionRecord->NumberParameters; i++) { in commonExceptionInfo()
699pExceptionInfo->ExceptionRecord->ExceptionFlags & EXCEPTION_NONCONTINUABLE_EXCEPTION ? TEXT("EXCEP… in commonExceptionInfo()
701 LONG WINAPI wrapperVectoredExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo) { in wrapperVectoredExceptionHandler() argument
[all …]
/dports/games/warzone2100/warzone2100/lib/exceptionhandler/
H A Dexchndl_win.cpp179 static bool OutputMiniDump(LPCWSTR miniDumpPath, PEXCEPTION_POINTERS pExceptionInfo) in OutputMiniDump() argument
190 MINIDUMP_EXCEPTION_INFORMATION eInfo = { GetCurrentThreadId(), pExceptionInfo, false }; in OutputMiniDump()
197 pExceptionInfo ? &eInfo : NULL, in OutputMiniDump()
220 void GenerateExceptionReport(HANDLE hReportFile, PEXCEPTION_POINTERS pExceptionInfo) in GenerateExceptionReport() argument
222 PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord; in GenerateExceptionReport()
423 pContext = pExceptionInfo->ContextRecord; in GenerateExceptionReport()
502 LONG WINAPI TopLevelExceptionFilter(PEXCEPTION_POINTERS pExceptionInfo) in TopLevelExceptionFilter() argument
555 GenerateExceptionReport(hReportFile, pExceptionInfo); in TopLevelExceptionFilter()
561 savedMiniDump = OutputMiniDump(szMinidumpFileName, pExceptionInfo); in TopLevelExceptionFilter()
602 return prevExceptionFilter(pExceptionInfo); in TopLevelExceptionFilter()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dmdump.cpp21 LONG MiniDumper::TopLevelFilter(struct _EXCEPTION_POINTERS *pExceptionInfo) in TopLevelFilter() argument
61 … _MINIDUMP_EXCEPTION_INFORMATION ExInfo = { ::GetCurrentThreadId(), pExceptionInfo, NULL }; in TopLevelFilter()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dmdump.cpp21 LONG MiniDumper::TopLevelFilter( struct _EXCEPTION_POINTERS *pExceptionInfo ) in TopLevelFilter() argument
77 ExInfo.ExceptionPointers = pExceptionInfo; in TopLevelFilter()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c93 crashDumpHandler(struct _EXCEPTION_POINTERS * pExceptionInfo) in crashDumpHandler() argument
115 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c93 crashDumpHandler(struct _EXCEPTION_POINTERS * pExceptionInfo) in crashDumpHandler() argument
115 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c93 crashDumpHandler(struct _EXCEPTION_POINTERS * pExceptionInfo) in crashDumpHandler() argument
115 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in ec2_map_config()
114 ExInfo.ExceptionPointers = pExceptionInfo; in ec2_map_config()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/port/win32/
H A Dcrashdump.c92 crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo) in crashDumpHandler() argument
114 ExInfo.ExceptionPointers = pExceptionInfo; in crashDumpHandler()

123