Date: Sun, 7 Nov 2004 21:37:58 +0000 (UTC) From: Marcel Moolenaar <marcel@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: <200411072137.iA7LbwdH022531@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-11-07 21:37:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/gdb/kgdb main.c Log: MFC rev. 1.3: 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. Credits to: brooks Revision Changes Path 1.2.2.1 +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?200411072137.iA7LbwdH022531>