From owner-freebsd-arch@freebsd.org Mon Apr 24 18:14:38 2017 Return-Path: Delivered-To: freebsd-arch@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 E9C94D4EC29 for ; Mon, 24 Apr 2017 18:14:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D80971ED for ; Mon, 24 Apr 2017 18:14:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7663D4EC28; Mon, 24 Apr 2017 18:14:38 +0000 (UTC) Delivered-To: arch@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 D711FD4EC27 for ; Mon, 24 Apr 2017 18:14:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA4011EC for ; Mon, 24 Apr 2017 18:14:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 34FEB10A7DB for ; Mon, 24 Apr 2017 14:14:37 -0400 (EDT) From: John Baldwin To: arch Subject: GDB round 2 Date: Mon, 24 Apr 2017 11:14:34 -0700 Message-ID: <1795099.7n2Zs8aqQy@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 24 Apr 2017 14:14:37 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 18:14:39 -0000 I am testing a patch that follows a compromise suggested by kib@. The patch adds a new make knob WITH_GDB_LIBEXEC which installs 'gdb' and 'kgdb' to /usr/libexec instead of /usr/bin for use by crashinfo. It then alters the defaults so that GDB now installs to /usr/libexec on the platforms where it was previously disabled entirely. The patch is posted for review at https://reviews.freebsd.org/D10449 -- John Baldwin