audk/ArmPkg/Library/DefaultExceptionHandlerLib
Ard Biesheuvel 173bf5c847 ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionally
Currently, we only attempt to walk the call stack and print a backtrace
if the program counter refers to a location covered by a PE/COFF image.
However, regardless of the value of PC, the frame pointer may still have
a meaningful value, and so we can still produce the remainder of the
backtrace.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-03-22 15:48:01 +00:00
..
AArch64 ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionally 2017-03-22 15:48:01 +00:00
Arm ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS() 2016-10-25 10:46:42 +02:00
DefaultExceptionHandlerBase.c ArmPkg: Fixed unsigned type to be architecture independent 2013-03-12 00:50:46 +00:00
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