From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 06:30:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165F516A4CE for ; Mon, 6 Sep 2004 06:30:46 +0000 (GMT) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F5B43D3F for ; Mon, 6 Sep 2004 06:30:45 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1C4D2O-0008YM-HF for freebsd-current@freebsd.org; Mon, 06 Sep 2004 10:31:36 +0400 Date: Mon, 6 Sep 2004 10:31:36 +0400 From: "Boris B. Samorodov" To: freebsd-current@freebsd.org Message-ID: <20040906063136.GA32825@ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: "Boris B. Samorodov" Subject: gdb-6 in 5.3-BETA3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 06:30:46 -0000 Hi! New gdb V.6 in base system doesn't have option '-k', while the ports's version has. Is it planned to be fixed till 5.3-RELEASE? ----- # uname -a FreeBSD gw.ipt.ru 5.3-BETA3 FreeBSD 5.3-BETA3 #7: Mon Sep 6 09:26:53 MSD 2004 bsam@gw.ipt.ru:/usr/obj/usr/src/sys/GW i386 ----- # gdb -k gdb: unrecognized option `-k' Use `gdb --help' for a complete list of options. ----- # gdb --version GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". ----- # gdb6 -k GNU gdb 20040803 [GDB v6.x for FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-portbld-freebsd5.3". ----- WBR -- bsam