TianoCore EDK2 master
Loading...
Searching...
No Matches
DefaultExceptionHandlerLib.h File Reference

Go to the source code of this file.

Functions

VOID DefaultExceptionHandler (IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 

Detailed Description

Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DefaultExceptionHandlerLib.h.

Function Documentation

◆ DefaultExceptionHandler()

VOID DefaultExceptionHandler ( IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

This is the default action to take on an unexpected exception

Parameters
ExceptionTypeType of the exception
SystemContextRegister state at the time of the Exception

This is the default action to take on an unexpected exception

Since this is exception context don't do anything crazy like try to allocate memory.

Parameters
ExceptionTypeType of the exception
SystemContextRegister state at the time of the Exception

Default exception handler.

Parameters
ExceptionTypeException type.
SystemContextPointer to EFI_SYSTEM_CONTEXT.

Definition at line 189 of file DefaultExceptionHandler.c.