From owner-cvs-all@FreeBSD.ORG Fri Sep 3 07:11:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5726716A4CE; Fri, 3 Sep 2004 07:11:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 360A643D48; Fri, 3 Sep 2004 07:11:43 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i837BhQf020727; Fri, 3 Sep 2004 07:11:43 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i837BgDA020726; Fri, 3 Sep 2004 07:11:42 GMT (envelope-from brooks) Message-Id: <200409030711.i837BgDA020726@repoman.freebsd.org> From: Brooks Davis Date: Fri, 3 Sep 2004 07:11:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 07:11:43 -0000 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