Intel® System Debugger User Guide

ID Date Version Classification
648476 10/17/2024 Confidential
Document Table of Contents

Tracing ACPI BIOS Code

You can use Advanced Configuration and Power Interface (ACPI) tracing to troubleshoot low-level platform issues. Follow the steps below to receive ACPI trace messages.

Important:

Run all commands in the Intel(R) Debug Extensions for WinDbg* command prompt.

  1. Connect to your target.

  2. Set a post-reset breakpoint by running the following command:

    forensic.set_init_breakpoint()
    
  3. Reset your target:

    itp.resettarget()
    
  4. Remove the reset breakpoint:

    forensic.remove_init_breakpoint()
    
  5. Enable ACPI trace messages:

    acpi.amli_trace()
    

The Intel(R) Debug Extensions for WinDbg* command prompt prints ACPI trace messages. To cancel tracing, press Ctrl + C.