From owner-svn-src-head@freebsd.org Tue Apr 18 17:05:54 2017 Return-Path: Delivered-To: svn-src-head@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 5E4DBD44820; Tue, 18 Apr 2017 17:05:54 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4D31A60; Tue, 18 Apr 2017 17:05:54 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1d0W17-0003lk-BC; Tue, 18 Apr 2017 19:30:13 +0300 Date: Tue, 18 Apr 2017 19:30:13 +0300 From: Slawa Olhovchenkov To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317094 - head/share/mk Message-ID: <20170418163013.GB83631@zxy.spb.ru> References: <201704181627.v3IGRmNN082877@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704181627.v3IGRmNN082877@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 17:05:54 -0000 On Tue, Apr 18, 2017 at 04:27:48PM +0000, John Baldwin wrote: > Author: jhb > Date: Tue Apr 18 16:27:48 2017 > New Revision: 317094 > URL: https://svnweb.freebsd.org/changeset/base/317094 > > Log: > Disable in-tree GDB by default on x86, mips, and powerpc. > > GDB in ports contains all of the functionality as GDB in base > (including kgdb) for these platforms along with additional > functionality. In-tree GDB remains enabled on ARM and sparc64. > GDB in ports does not currently support kernel debugging on arm, > and ports GDB for sparc64 has not been tested (though it does > include sparc64 support). > > Reviewed by: bdrewery, emaste, imp > Relnotes: yes > Sponsored by: DARPA / AFRL > Differential Revision: https://reviews.freebsd.org/D10399 Generating core.txt now complety broken?