From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15531 invoked by alias); 20 May 2014 12:38:07 -0000 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 Received: (qmail 15509 invoked by uid 89); 20 May 2014 12:38:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 12:38:06 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4KCc4mq026656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 20 May 2014 08:38:05 -0400 Received: from host2.jankratochvil.net (ovpn-116-107.ams2.redhat.com [10.36.116.107]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4KCc1Ms011049 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Tue, 20 May 2014 08:38:03 -0400 Date: Tue, 20 May 2014 12:38:00 -0000 From: Jan Kratochvil To: Mahmood Naderan Cc: "gdb@sourceware.org" Subject: Re: pt-raise.c: No such file or directory Message-ID: <20140520123801.GA17108@host2.jankratochvil.net> References: <1400581142.21321.YahooMailNeo@web141603.mail.bf1.yahoo.com> <20140520103716.GA12192@host2.jankratochvil.net> <1400582723.49446.YahooMailNeo@web141606.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400582723.49446.YahooMailNeo@web141606.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00034.txt.bz2 On Tue, 20 May 2014 12:45:23 +0200, Mahmood Naderan wrote: > (gdb) set filename-display absolute > No symbol "filename" in current context. You have too old GDB, "set filename-display" exists since GDB-7.6. > Any more idea? It is an "issue" of Debian/Ubuntu packaging. Debian/Ubuntu prefers smaller debug info packages but the disadvantage is the missing source files. > Does that have ay effect on debugging process? It only does not display the source. Otherwise it has no effect. Jan