#include "ntrtlp.h"
Go to the source code of this file.
Functions | |
VOID | RtlInitializeExceptionLog (IN ULONG Entries) |
ULONG | RtlpLogExceptionHandler (IN PEXCEPTION_RECORD ExceptionRecord, IN PCONTEXT ContextRecord, IN ULONG_PTR ControlPc, IN PVOID HandlerData, IN ULONG Size) |
VOID | RtlpLogLastExceptionDisposition (ULONG LogIndex, EXCEPTION_DISPOSITION Disposition) |
Variables | |
PLAST_EXCEPTION_LOG | RtlpExceptionLog |
ULONG | RtlpExceptionLogCount |
ULONG | RtlpExceptionLogSize |
|
Definition at line 29 of file excptdbg.c. References ExAllocatePoolWithTag, NonPagedPool, RtlpExceptionLog, and RtlpExceptionLogSize.
|
|
Definition at line 65 of file excptdbg.c. References ASSERT, RtlpExceptionLog, RtlpExceptionLogCount, and Size. Referenced by RtlDispatchException().
|
|
Definition at line 141 of file excptdbg.c. References RtlpExceptionLog.
|
|
Definition at line 23 of file excptdbg.c. Referenced by RtlInitializeExceptionLog(), RtlpLogExceptionHandler(), and RtlpLogLastExceptionDisposition(). |
|
Definition at line 24 of file excptdbg.c. Referenced by RtlpLogExceptionHandler(). |
|
Definition at line 25 of file excptdbg.c. Referenced by RtlInitializeExceptionLog(). |