ReactOS 0.4.15-dev-7918-g2a2556c
ehandler.c
Go to the documentation of this file.
1/*
2* PROJECT: ReactOS Kernel
3* LICENSE: GPL - See COPYING in the top level directory
4* FILE: lib/sdk/crt/except/arm/ehandler.c
5* PURPOSE: Low level exception handler functions
6* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
7*/
8
9/* INCLUDES *****************************************************************/
10
11#include <precomp.h>
12
17 struct _EXCEPTION_RECORD *_ExceptionRecord,
18 void *_EstablisherFrame,
19 struct _CONTEXT *_ContextRecord,
20 struct _DISPATCHER_CONTEXT *_DispatcherContext)
21{
24 return 0;
25}
26
30 EXCEPTION_REGISTRATION_RECORD* ExceptionRegistrationFrame,
32 EXCEPTION_REGISTRATION_RECORD** _ExceptionRecord)
33{
36 return 0;
37}
38
#define __cdecl
Definition: accygwin.h:79
_CRTIMP EXCEPTION_DISPOSITION __cdecl __C_specific_handler(struct _EXCEPTION_RECORD *ExceptionRecord, void *EstablisherFrame, struct _CONTEXT *ContextRecord, struct _DISPATCHER_CONTEXT *DispatcherContext)
Definition: ehandler.c:15
DWORD __CxxFrameHandler3(PEXCEPTION_RECORD rec, EXCEPTION_REGISTRATION_RECORD *ExceptionRegistrationFrame, PCONTEXT context, EXCEPTION_REGISTRATION_RECORD **_ExceptionRecord)
Definition: ehandler.c:28
#define UNIMPLEMENTED
Definition: debug.h:115
#define _CRTIMP
Definition: crtdefs.h:72
enum _EXCEPTION_DISPOSITION EXCEPTION_DISPOSITION
unsigned long DWORD
Definition: ntddk_ex.h:95
void __cdecl __debugbreak(void)
Definition: intrin_ppc.h:698
Definition: http.c:7252