microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Create a EXDI description for a GDB Stub implemented for UEFI #107

Closed cfernald closed 4 months ago

cfernald commented 4 months ago

This adds description for a UEFI based GDB stub following the limitations of the UEFI based software debugger and matching to the UEFI based layout for registers in exceptions. This stub is currently implemented for ARM64 and X64.