|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | RtlRaiseException (IN PEXCEPTION_RECORD ExceptionRecord) |
| VOID NTAPI | RtlRaiseStatus (IN NTSTATUS Status) |
| USHORT NTAPI | RtlCaptureStackBackTrace (IN ULONG FramesToSkip, IN ULONG FramesToCapture, OUT PVOID *BackTrace, OUT PULONG BackTraceHash OPTIONAL) |
| static const char * | _module_name_from_addr (const void *addr, void **module_start_addr, char *psz, size_t nChars) |
| static VOID | _dump_context (PCONTEXT pc) |
| static VOID | PrintStackTrace (struct _EXCEPTION_POINTERS *ExceptionInfo) |
| LONG NTAPI | RtlUnhandledExceptionFilter (_In_ PEXCEPTION_POINTERS ExceptionInfo) |
| LONG NTAPI | RtlUnhandledExceptionFilter2 (_In_ PEXCEPTION_POINTERS ExceptionInfo, _In_ PCSTR Function) |
| VOID NTAPI | RtlSetUnhandledExceptionFilter (IN PRTLP_UNHANDLED_EXCEPTION_FILTER TopLevelExceptionFilter) |
Variables | |
| PRTLP_UNHANDLED_EXCEPTION_FILTER | RtlpUnhandledExceptionFilter |
| #define NDEBUG |
Definition at line 16 of file exception.c.
Definition at line 203 of file exception.c.
Referenced by PrintStackTrace().
|
static |
Definition at line 178 of file exception.c.
Referenced by PrintStackTrace().
|
static |
Definition at line 237 of file exception.c.
Referenced by RtlUnhandledExceptionFilter2().
| USHORT NTAPI RtlCaptureStackBackTrace | ( | IN ULONG | FramesToSkip, |
| IN ULONG | FramesToCapture, | ||
| OUT PVOID * | BackTrace, | ||
| OUT PULONG BackTraceHash | OPTIONAL | ||
| ) |
Definition at line 133 of file exception.c.
| VOID NTAPI RtlRaiseException | ( | IN PEXCEPTION_RECORD | ExceptionRecord | ) |
Definition at line 32 of file exception.c.
Definition at line 85 of file exception.c.
Referenced by RtlRaiseException(), and RtlRaiseStatus().
| VOID NTAPI RtlSetUnhandledExceptionFilter | ( | IN PRTLP_UNHANDLED_EXCEPTION_FILTER | TopLevelExceptionFilter | ) |
Definition at line 344 of file exception.c.
| LONG NTAPI RtlUnhandledExceptionFilter | ( | _In_ PEXCEPTION_POINTERS | ExceptionInfo | ) |
Definition at line 313 of file exception.c.
Referenced by CsrUnhandledExceptionFilter(), and SvchostUnhandledExceptionFilter().
| LONG NTAPI RtlUnhandledExceptionFilter2 | ( | _In_ PEXCEPTION_POINTERS | ExceptionInfo, |
| _In_ PCSTR | Function | ||
| ) |
Definition at line 324 of file exception.c.
Referenced by RtlUnhandledExceptionFilter().
| PRTLP_UNHANDLED_EXCEPTION_FILTER RtlpUnhandledExceptionFilter |
Definition at line 21 of file exception.c.
Referenced by RtlSetUnhandledExceptionFilter().