[][src]Module uefi::proto::debug

Provides support for the UEFI debugging protocol.

This protocol is designed to allow debuggers to query the state of the firmware, as well as set up callbacks for various events.

It also defines a Debugport protocol for debugging over serial devices.

An example UEFI debugger is Intel's UDK Debugger Tool.

Structs

DebugSupport

The debugging support protocol allows debuggers to connect to a UEFI machine.

ProcessorArch

The instruction set architecture of the running processor.