Remote GDB debugging via serial port

Name

  GDBSERIAL

Header file

Configured via config/general.h.

Examples

Enable remote GDB debugging via serial port

  #define GDBSERIAL        /* Remote GDB debugging over serial */

Enable remote GDB debugging via serial port or UDP

  #define GDBSERIAL        /* Remote GDB debugging over serial */
  #define GDBUDP           /* Remote GDB debugging over UDP */

Description

This build option enables support for the command gdbstub and for debugging iPXE using GDB attached via a serial port.

See also

buildcfg/gdbserial.txt ยท Last modified: 2012/03/21 22:20 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.