From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 25 19:22:41 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 EA37A1065670 for ; Thu, 25 Feb 2010 19:22:41 +0000 (UTC) (envelope-from drbaud@yahoo.com) Received: from n6b.bullet.mail.ac4.yahoo.com (n6b.bullet.mail.ac4.yahoo.com [76.13.13.76]) by mx1.freebsd.org (Postfix) with SMTP id 90FA48FC15 for ; Thu, 25 Feb 2010 19:22:41 +0000 (UTC) Received: from [74.6.228.95] by n6.bullet.mail.ac4.yahoo.com with NNFMP; 25 Feb 2010 19:09:38 -0000 Received: from [76.13.10.174] by t2.bullet.mail.ac4.yahoo.com with NNFMP; 25 Feb 2010 19:09:38 -0000 Received: from [127.0.0.1] by omp115.mail.ac4.yahoo.com with NNFMP; 25 Feb 2010 19:09:38 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 702677.38576.bm@omp115.mail.ac4.yahoo.com Received: (qmail 15558 invoked by uid 60001); 25 Feb 2010 19:09:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1267124977; bh=RTfvx0zFYHYfE/q6S4w06z4TpCrhOUkS4kMHctl3DW4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=YvGKOtyhZG/mWrovTwm63hT/f2C8va1NAtWD9/pHmn6st+rfB4PLAgokH38ZqBJsP/RnetxflFxIdmjgv+J4MZeqjGPd5ogLTRFatma3KJLOroaeZ2FIaV6Kingxj8HiDVHc2kBBmfS2068R4oxOu0sYDsu6s++y3KrcomBtSv8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=oDVJnWduyxVq+wBZBTZoB2+g+OMD7jFj9H9c6qCY+R3OlacFkEBs3giLPuCFllNqOH36Wjv2Eo1M8sy9vu3D3E5vbs2XDfVXTxbPkJioOlduwEDjRI9uS6hNa7NF/anGFAIrKWP6NH/6voAAauOID7Jl9LlbG9pIqjIA7KLBpQw=; Message-ID: <87341.15532.qm@web65601.mail.ac4.yahoo.com> X-YMail-OSG: jEb64Z8VM1kmbghTlSUBEJiZdZXFweHb6Au8YijXsVQPP13_hCHQia2ySgFQ.ITBSu1WvV0Tm2s99f7mPJkJ3z_pSQovEbpsnWOwnTLp3A8p.bShwYKRGllSNqFJHOHOeAdidUllGmSz8et8GHKYjJeX.pKvEAC_.F7NR.nzgOHmHOr3bNZcJUb25xY4JjPGctdbZc5sl0Dqg08z5Gm2PXJkMqyniR7bORJPZfrdufra4b7xWt5fVWp63EQ.4.lQUO_RTHuznUhu8NAvTLlveiq8x4AvVumuJ9tnbEQwaR5kmWDRqxcmJR3c Received: from [64.238.244.146] by web65601.mail.ac4.yahoo.com via HTTP; Thu, 25 Feb 2010 11:09:36 PST X-Mailer: YahooMailClassic/9.2.12 YahooMailWebService/0.8.100.260964 Date: Thu, 25 Feb 2010 11:09:36 -0800 (PST) From: "Dr. Baud" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 25 Feb 2010 19:40:14 +0000 Subject: debug libraries 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: Thu, 25 Feb 2010 19:22:42 -0000 Apologies if this is the wrong list.... Are there prepackaged debug versions of the system libraries available (like 'yum install *-debuginfo' in Fedora and 'apt-get install *-dbg' in Ubuntu)? Dr