Table of Contents

Remote GDB debugging via UDP

Name

  GDBUDP

Header file

Configured via config/general.h.

Examples

Enable remote GDB debugging via UDP

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

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 UDP.

See also