From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 16 20:58:28 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 A570B106566B for ; Tue, 16 Nov 2010 20:58:28 +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 5E1248FC15 for ; Tue, 16 Nov 2010 20:58:28 +0000 (UTC) Received: by ywa8 with SMTP id 8so730436ywa.13 for ; Tue, 16 Nov 2010 12:58:27 -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:mime-version:content-type:content-disposition:user-agent; bh=WO+hH2q1vQ/isxMSVywI3wLqPx5vrv8FmME7JLDdB7c=; b=fE7Lsdqku91ASCXTW/8BaX9gNbT2iLTTSC36lZu1HBRJ+4Ck2oNFiHo4UYjWCgu3Y7 X6cs0h5RwmDCsbMq2gdKOpTx7IybRLhFN8R0AcHwtSr3/YZDIKKq26Fluu81ZYsFUwAj CueOdOjRTcNnePDY/Ylaa7R1GWEqP5b2a91Fk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=SCSmouk8VCRe1E267KwwgIaPeGlgDDF/1drvfPDJoSXUgoweDhQHqZBKh8O+ofYJiJ VPKV9gtAEFUyPckod7rWfTe/wf3g0DHAXzW6Wxy+648Z3RRGkEErERfzDSbyWLCNyNGd 3iUFgu+6BClA6D3YUhy2/9AbP3+frzET0vmqk= Received: by 10.150.157.20 with SMTP id f20mr12520445ybe.374.1289941107574; Tue, 16 Nov 2010 12:58:27 -0800 (PST) Received: from mark-laptop-bsd.mark-home (Mail1.sandvine.com [64.7.137.162]) by mx.google.com with ESMTPS id p20sm207601ybe.5.2010.11.16.12.58.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 12:58:26 -0800 (PST) Date: Tue, 16 Nov 2010 15:57:45 -0500 From: Mark Johnston To: freebsd-hackers@freebsd.org Message-ID: <20101116205745.GA1365@mark-laptop-bsd.mark-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [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, 16 Nov 2010 20:58:28 -0000 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