From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20089 invoked by alias); 20 Aug 2009 20:27:27 -0000 Received: (qmail 20081 invoked by uid 22791); 20 Aug 2009 20:27:27 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mta.netezza.com (HELO netezza.com) (12.148.248.132) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Aug 2009 20:27:23 +0000 Received: from ([172.29.50.131]) by mta.netezza.com with ESMTP with TLS id 4441227.15331427; Thu, 20 Aug 2009 16:27:18 -0400 Received: from corp-exch01.netezza.com ([fe80::d815:ca6b:48c5:663e]) by owa1.netezza.com ([172.29.50.131]) with mapi; Thu, 20 Aug 2009 16:27:17 -0400 From: John Yates To: "gdb@sourceware.org" Date: Thu, 20 Aug 2009 21:17:00 -0000 Subject: Backtrace library? Message-ID: <0C8E40D1B3E28947A3EA5E185EF1C9B2AF5FA19AF4@CORP-EXCH01.netezza.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00202.txt.bz2 Assuming I have an elf image compiled with full debugging information is th= ere any library I can use to get a gdb-style backtrace with sourc path and = line number rather than the C library's rather Spartan version? /john