Date: Sat, 21 Feb 2009 13:17:33 -0700 From: Brad Huntting <huntting@glarp.com> To: drivers@FreeBSD.org Subject: kernel gdb over Ethernet Message-ID: <E1LayI1-0004d6-7m@lugubrious.glarp.com>
next in thread | raw e-mail | index | archive | help
I'm thinking about how to implement gdb over Ethernet (or UDP or TCP). I know this has been considered in the past by several different people, and it's even been implemented in Linux (which makes the gdb(1) end simpler). My idea was to create a netgraph node that can act as a gdb stub. Then poll the network interface(s) from the gdb_getc() loop to read data. But, before I go much further, has this already been implemented somewhere and I'm just not finding it? brad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LayI1-0004d6-7m>