david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/hci
Stefan Hajnoczi 6e670b5f38 [GDB] Remote debugging over UDP
This commit implements GDB over UDP.  Using UDP is more complex than
serial and has required some restructuring.

The GDB stub is now built using one or both of GDBSERIAL and GDBUDP
config.h options.

To enter the debugger, execute the gPXE shell command:
gdbstub <transport> [<options>...]

Where <transport> is "serial" or "udp".  For "udp", the name of a
configured network device is required:
gdbstub udp net0

The GDB stub listens on UDP port 43770 by default.
2008-06-30 19:19:48 +01:00
..
commands [GDB] Remote debugging over UDP 2008-06-30 19:19:48 +01:00
mucurses Modify gPXE core and drivers to work with the new timer subsystem 2008-03-02 03:41:10 +03:00
tui [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
editstring.c __nonnull changes 2007-08-20 00:32:36 +02:00
readline.c __nonnull changes 2007-08-20 00:34:04 +02:00
shell.c Print multiple commands per line in help 2007-08-03 01:03:21 +01:00
shell_banner.c [usr] Offer user a second chance to enter the shell on boot failure 2008-03-26 23:16:20 +00:00
strerror.c [iSCSI] Produce meaningful errors on login failure 2008-06-03 23:47:20 +01:00