From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17593 invoked by alias); 8 Sep 2007 07:42:45 -0000 Received: (qmail 17577 invoked by uid 22791); 8 Sep 2007 07:42:44 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 07:42:38 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-141-251.inter.net.il [80.230.141.251]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HTC27601 (AUTH halo1); Sat, 8 Sep 2007 10:39:43 +0300 (IDT) Date: Sat, 08 Sep 2007 08:27:00 -0000 Message-Id: From: Eli Zaretskii To: Torsten Mohr CC: gdb@sourceware.org In-reply-to: <200709080928.10854.tmohr@s.netic.de> (message from Torsten Mohr on Sat, 8 Sep 2007 09:28:10 +0200) Subject: Re: line numbers in backtrace? Reply-to: Eli Zaretskii References: <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/msg00090.txt.bz2 > From: Torsten Mohr > Date: Sat, 8 Sep 2007 09:28:10 +0200 > > is it possible to show line numbers in the backtrace? They _are_ shown, usually. If you don't see them, perhaps your program lacks adequate debug info. Can you show an example of a backtrace without line numbers?