microsoft / WinDbg-Samples

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

Changes for GDD BMC-SMM server memory translation VA to PA #86

Closed alexsmendez closed 1 year ago

alexsmendez commented 1 year ago

This PR handles the changes required for handling the specific memory access requirements for the BMC-SMM GDB server. _It includes the handling of the GDB memory access (PA are only accepted) configuration command feature for the BMC-SMM GDB server. _It includes a new configuration option to mark servers that require processing memory commands via PAs.