]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoder
authorJeff Fan <jeff.fan@intel.com>
Wed, 8 Jul 2015 05:45:10 +0000 (05:45 +0000)
committervanjeff <vanjeff@Edk2>
Wed, 8 Jul 2015 05:45:10 +0000 (05:45 +0000)
commita51ee14463c7beb7e0ab6fc0d642867e79e5a2ec
treef4a7bc72b756daf4414cb9fda4a6c6bfdfaea100
parentfe90f4836a37fc7210aa9fd351b8ca786ee9bf23
UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoder

Add exception type decoder to print exception name string beside print
exception type value. The exception names are from IA32 SDM.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17877 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c