From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 23 20:44:11 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8847C106566B for ; Tue, 23 Nov 2010 20:44:11 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA298FC0C for ; Tue, 23 Nov 2010 20:44:10 +0000 (UTC) Received: by ywp6 with SMTP id 6so667614ywp.13 for ; Tue, 23 Nov 2010 12:44:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=cqTBTqKCYNPqwybc/CJpymjW7VbMmHMgmWko/fhVEl8=; b=wt3JgFPHvL3VFiemDdo9Lw48/8ZUPy5f39fZWnDrFHnY6PXCegmpybp4Lh9rkyiuWu U9uS0Ynk7OfakTROW+Dg0GFpL+J7mBhvFsyzmEt7mAcYpPYWFD0qqWPAvmdE8K8FjEI/ bTYlPzUGgZWCSpdqwzyiGkGA1j/BMyzrK8Vp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=QWTNoweVXzZz6Vo4iemU1+YcaxjxGWFkKNXD5Icdu9qnG8g2hlf3/81Oo7nq6HzRHB nsjpPtkgKU2Ot4NveqokJpCQDNywuJ7tbDPbbegO4Lu4g1/BeAApxhYQL69E1QjrY74P BF0FKvkQkNyodstbU3f6solem/i0AjmYn/Mcg= Received: by 10.150.50.1 with SMTP id x1mr12152821ybx.432.1290545050156; Tue, 23 Nov 2010 12:44:10 -0800 (PST) Received: from mark-laptop-bsd.mark-home (Mail1.sandvine.com [64.7.137.162]) by mx.google.com with ESMTPS id f23sm555304ybh.22.2010.11.23.12.44.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Nov 2010 12:44:08 -0800 (PST) Date: Tue, 23 Nov 2010 15:43:27 -0500 From: Mark Johnston To: freebsd-hackers@freebsd.org Message-ID: <20101123204327.GA9771@mark-laptop-bsd.mark-home> References: <20101116205745.GA1365@mark-laptop-bsd.mark-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101116205745.GA1365@mark-laptop-bsd.mark-home> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [call for testing] userland debug symbols X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:44:11 -0000 On Tue, Nov 16, 2010 at 03:57:45PM -0500, Mark Johnston wrote: > Hello all, > > I've been sitting on my changes for a while, but I think they're ready > for testing at this point. They are described here: > > http://lists.freebsd.org/pipermail/freebsd-hackers/2010-November/033474.html > > Some minor changes from my last patch: > > - Changed gdb's default debug-file-directory to /usr/lib/debug. > I have no problem changing this again, but this seems like a good place. > - Removed hard-coded paths to strip(1) and objcopy(1) from stripbin.sh. > I explicitly added /usr/bin/ to PATH. > > The patch is available here: > > www.student.cs.uwaterloo.ca/~m6johnst/patch/symbdir.patch > > Would anybody be willing to test this? Of particular interest is > non-i386/amd64 architectures and cross-compiles. > > Thanks, > -Mark If there are no objections to these changes, would someone be able to commit them? Thanks, -Mark