From owner-freebsd-questions@freebsd.org Wed Jul 26 23:28:00 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47269DB371C for ; Wed, 26 Jul 2017 23:28:00 +0000 (UTC) (envelope-from srs0=ikpd=65=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 33FE980529 for ; Wed, 26 Jul 2017 23:27:59 +0000 (UTC) (envelope-from srs0=ikpd=65=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 3xHrrG4sn5z2fjWJ; Wed, 26 Jul 2017 16:27:58 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Debugger issues From: Doug Hardie In-Reply-To: <20170726223445.GB1077@lime.woodcruft.co.uk> Date: Wed, 26 Jul 2017 16:27:58 -0700 Cc: "freebsd-questions@freebsd.org Questions" Content-Transfer-Encoding: quoted-printable Message-Id: References: <20170726223445.GB1077@lime.woodcruft.co.uk> To: Frank Shute X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 23:28:00 -0000 > On 26 July 2017, at 15:34, Frank Shute wrote: >=20 > On Wed, Jul 26, 2017 at 03:10:16AM -0700, Doug Hardie wrote: >>=20 >> Followup: lldb seems to be working now. I suspect something didn't >> compile properly and I missed an error message. gdb still fails with >> those messages. I guess I'll have to switch to lldb now. >>=20 >>=20 >> -- Doug >=20 >=20 > Hi Doug, >=20 >=20 > Check out the release notes for 11.1 >=20 > https://www.freebsd.org/releases/11.1R/relnotes.html#userland-programs >=20 > At the end: >=20 > "The gdb(1) and kgdb(1) utilities have been marked as deprecated, and > planned for removal from the base system in the future. A newer = version is > available in the devel/gdb port. [r320874]" I saw that, but depreciated implies to me that it still works, but no = one is going to update it in the future. Why was it retained in base if = it doesn't work? Seems like it should have already been removed. -- Doug