From owner-freebsd-questions@freebsd.org Wed Jul 26 22:35:04 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 D155BDB23F8 for ; Wed, 26 Jul 2017 22:35:04 +0000 (UTC) (envelope-from frank@woodcruft.co.uk) Received: from a-painless.mh.aa.net.uk (a-painless.mh.aa.net.uk [81.187.30.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 990CA7DF68 for ; Wed, 26 Jul 2017 22:35:03 +0000 (UTC) (envelope-from frank@woodcruft.co.uk) Received: from woodcruft.co.uk ([81.187.27.248] helo=lime.woodcruft.co.uk) by a-painless.mh.aa.net.uk with esmtp (Exim 4.84_2) (envelope-from ) id 1daUtP-0001Lf-S4; Wed, 26 Jul 2017 23:35:01 +0100 Received: by lime.woodcruft.co.uk (Postfix, from userid 1001) id 1859A1E98; Wed, 26 Jul 2017 23:34:45 +0100 (BST) Date: Wed, 26 Jul 2017 23:34:45 +0100 From: Frank Shute To: Doug Hardie Cc: "freebsd-questions@freebsd.org Questions" Subject: Re: Debugger issues Message-ID: <20170726223445.GB1077@lime.woodcruft.co.uk> Reply-To: Frank Shute Mail-Followup-To: Doug Hardie , "freebsd-questions@freebsd.org Questions" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 11.1-RC1 amd64 X-Organisation: 'woodcruft.co.uk' User-Agent: Mutt/1.8.3 (2017-05-23) X-Painless-Spam-Score: -3.3 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 22:35:04 -0000 On Wed, Jul 26, 2017 at 03:10:16AM -0700, Doug Hardie wrote: > > 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. > > > -- Doug Hi Doug, Check out the release notes for 11.1 https://www.freebsd.org/releases/11.1R/relnotes.html#userland-programs At the end: "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]" Regards, -- Frank