From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11643 invoked by alias); 8 Sep 2007 07:21:57 -0000 Received: (qmail 11635 invoked by uid 22791); 8 Sep 2007 07:21:55 -0000 X-Spam-Check-By: sourceware.org Received: from host-213-178-187-222.dsl.netic.de (HELO schleim.qwe.de) (213.178.187.222) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 07:21:51 +0000 Received: from localhost (localhost [IPv6:::1]) by schleim.qwe.de (Postfix) with ESMTP id 36B3B62444 for ; Sat, 8 Sep 2007 09:28:11 +0200 (CEST) From: Torsten Mohr To: gdb@sourceware.org Subject: line numbers in backtrace? Date: Sat, 08 Sep 2007 07:42:00 -0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709080928.10854.tmohr@s.netic.de> X-IsSubscribed: yes 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: 2007-09/txt/msg00089.txt.bz2 Hi, is it possible to show line numbers in the backtrace? I can see the calling address in the backtrace, so to also show the line numbers seems to be possible. Is there maybe another way for me to see what line number belongs to adress 0x0804875f for example? Best regards, Torsten.