From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15698 invoked by alias); 9 Apr 2012 15:39:24 -0000 Received: (qmail 15521 invoked by uid 22791); 9 Apr 2012 15:39:23 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Apr 2012 15:39:08 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q39Fd6dN027244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 9 Apr 2012 11:39:06 -0400 Received: from host2.jankratochvil.net (ovpn-116-23.ams2.redhat.com [10.36.116.23]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q39Fd1GM017599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 9 Apr 2012 11:39:04 -0400 Date: Mon, 09 Apr 2012 15:39:00 -0000 From: Jan Kratochvil To: iam ahal Cc: gdb-patches@sourceware.org Subject: Re: [patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename) Message-ID: <20120409153900.GA16178@host2.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00147.txt.bz2 On Sun, 26 Jun 2011 22:00:28 +0200, iam ahal wrote: > Some build systems (e.g. mozilla firefox) provides build of source code with > only full path to files (i.e. pass to gcc full path to file). [...] > /media/25b7639d-9a70-42ca-aaa7-28f4d1f417fd/firefox-dev/mozilla-central/browser/app/nsBrowserApp.cpp:204 Where did you get this builds? I tried these without success: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-linux64-debug/1333957777/firefox-14.0a1.en-US.linux-x86_64.tar.bz2 - it has no debug info at all http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-linux64-debug/1333957777/firefox-14.0a1.en-US.linux-x86_64.crashreporter-symbols.zip - it has only the .sym files for Apport, no DWARF, no stabs Thanks, Jan