audk/ArmPkg/Library/DefaultExceptionHandlerLib
Ard Biesheuvel 5c8bc8be9e ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE builds
Ensure that we prevent the CPU from proceeding after having taken an
unhandled exception on a RELEASE build, which does not contain the
ASSERT() which ensures this on DEBUG and NOOPT builds.

Retain the code following the deadloop so that we can keep going when
running in a debugger.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-12-19 21:03:08 +01:00
..
AArch64 ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionally 2017-03-22 15:48:01 +00:00
Arm ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE builds 2018-12-19 21:03:08 +01:00
DefaultExceptionHandlerBase.c
DefaultExceptionHandlerLib.inf ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf 2017-03-22 15:47:56 +00:00
DefaultExceptionHandlerLibBase.inf ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf 2017-03-22 15:47:56 +00:00
DefaultExceptionHandlerUefi.c ArmPkg: DefaultExceptionHandler fixes for use with DxeCore 2016-02-15 10:37:52 +01:00