Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Debugging coreboot*

coreboot* is an open source firmware project, describing a phase-based initialization infrastructure for Intel(R) architecture and other processor architectures.

To start debugging coreboot* with Intel(R) System Debugger, you need to load symbol files manually. The default loading by pressing the load_this Load the Current Module button is not supported in this scenario.

  1. Halt the target and right-click the desired thread_instance_suspended thread or stack_frame_instance stack frame in the Debug view.

  2. In the popup menu, select Symbol Files.

  3. In the opened dialog box, specify the path to .debug files that contain Coreboot debug information.

  4. Click OK

  5. When all symbol files are added, close the dialog by clicking OK.

With necessary debug information loaded, you can start debugging coreboot*.

See also: