Searched refs:ExceptionRecord (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode)
208 const struct __tagWINE_FRAME *ExceptionRecord; member in struct:__tagWINE_FRAME
H A Dtest.h611 ptrs->ExceptionRecord->ExceptionCode, ptrs->ExceptionRecord->ExceptionAddress );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode)
208 const struct __tagWINE_FRAME *ExceptionRecord; member in struct:__tagWINE_FRAME
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp289 switch (pXcptPtrs->ExceptionRecord->ExceptionCode)
318 pThis->Core.ActualCtx.cr2 = pXcptPtrs->ExceptionRecord->ExceptionInformation[1];
320 if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] == EXCEPTION_WRITE_FAULT)
322 else if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] == EXCEPTION_EXECUTE_FAULT)
324 else if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] != EXCEPTION_READ_FAULT)
328 if (VirtualQuery((PVOID)pXcptPtrs->ExceptionRecord->ExceptionInformation[1], &MemInfo, sizeof(MemInfo)) > 0)
363 pThis->Core.ActualCtx.uXcpt = pXcptPtrs->ExceptionRecord->ExceptionCode;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbghelp.h710 ULONG64 ExceptionRecord; member in struct:_MINIDUMP_EXCEPTION
728 MINIDUMP_EXCEPTION ExceptionRecord; member in struct:MINIDUMP_EXCEPTION_STREAM
H A Dwinnt.h2211 struct _EXCEPTION_RECORD *ExceptionRecord; member in struct:_EXCEPTION_RECORD
2225 PEXCEPTION_RECORD ExceptionRecord; member in struct:_EXCEPTION_POINTERS
H A Dwinbase.h92 EXCEPTION_RECORD ExceptionRecord; member in struct:_EXCEPTION_DEBUG_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbghelp.h650 ULONG64 ExceptionRecord; member in struct:_MINIDUMP_EXCEPTION
668 MINIDUMP_EXCEPTION ExceptionRecord; member in struct:MINIDUMP_EXCEPTION_STREAM
H A Dwinnt.h2420 struct _EXCEPTION_RECORD *ExceptionRecord; member in struct:_EXCEPTION_RECORD
2434 PEXCEPTION_RECORD ExceptionRecord; member in struct:_EXCEPTION_POINTERS
H A Dwinbase.h81 EXCEPTION_RECORD ExceptionRecord; member in struct:_EXCEPTION_DEBUG_INFO
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1253 PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp713 PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord;

Completed in 894 milliseconds