Date: Fri, 3 Sep 2004 07:11:42 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c Message-ID: <200409030711.i837BgDA020726@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2004-09-03 07:11:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb main.c Log: If the argument to the -r flag starts with a ':' or a '|', don't try to make sure it is a device. GDB special cases these prefixes and treats :#### as a tcp port on localhost and executes what ever follows '|'. This allows kgdb to debug via dconschat. Discussed with: marcel Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/gdb/kgdb/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409030711.i837BgDA020726>