Hi, patch for the IPv6 support according to the Daniel Jacobowitz's recommendation: http://sourceware.org/ml/gdb-patches/2006-09/msg00194.html I am primarily interested if the mainline is going to use this "tcp6:" syntax. gdb(1) client: As before - "tcp6:" prefix support, "tcp:" extended by IPv6. gdbserver(1)/gdbreplay(1): Syntax "fd" - like: socat EXEC:'gdbserver fd34 emacs foo.txt',fdin=3,fdout=4 'TCP-LISTEN:2345' The first patch "gdb-cvs-IPv6-fds-plus.patch" adds both features listed above. The second patch "gdb-cvs-IPv6-hostport-minus.patch" removes the obsoleted "host:port" syntax from gdbserver(1)/gdbreplay(1). Regards, Jan On Sat, 30 Sep 2006 17:27:57 +0200, Jan Kratochvil wrote: > On Wed, 27 Sep 2006 21:06:11 +0200, Daniel Jacobowitz wrote: > > On Wed, Sep 27, 2006 at 08:55:47PM +0200, Jan Kratochvil wrote: > > > On Wed, 27 Sep 2006 20:20:38 +0200, Daniel Jacobowitz wrote: > > > ... > > > > focused on the environment you're working in (Red Hat Linux). > > > ... > > > > I suspect that this would break GDB builds on a number of targets > > This version detects getaddrinfo(3)/getnameinfo(3)/AF_INET6; > tested only by hand, not on a real system missing IPv6. > > ... > > The advantage of providing just an fd interface is that you can leave > > writing complicated networking code > > This patch extends the gdbserver part for IPv6. > > > Regards, > Jan