audk/ArmPkg/Drivers/ArmCrashDumpDxe
Ard Biesheuvel ef80dd8fad ArmPkg: Stop using ArmDisassemblerLib
ArmDisassemblerLib is used to pretty print the instruction that
triggered an unhandled exception, but it was never implemented for
AARCH64, and according to the existing file comment, Thumb2 support
(which is used predominantly when building EDK2 for 32-bit ARM due to
its smaller size) is incomplete.

The DEBUG diagnostics that are produced on an unhandled exception are
generally sufficient to dump the entire executable that triggered it,
and so this disassembly is of limited value, especially because it
doesn't work on AARCH64.

So let's start getting rid of it, by dropping references to it in code
and in the various .INF and .DSC files. Once out-of-tree platforms have
been allowed to catch up, we can remove the library implementation and
its class definition entirely.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2025-01-30 16:01:56 +00:00
..
ArmCrashDumpDxe.c ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmCrashDumpDxe.dsc ArmPkg: Stop using ArmDisassemblerLib 2025-01-30 16:01:56 +00:00
ArmCrashDumpDxe.inf ArmPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00