From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48241 invoked by alias); 14 Jan 2016 22:25:38 -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 48229 invoked by uid 89); 14 Jan 2016 22:25:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 14 Jan 2016 22:25:37 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B1E908F281; Thu, 14 Jan 2016 22:25:36 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-93.ams2.redhat.com [10.36.116.93]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0EMPXYe004053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Jan 2016 17:25:35 -0500 Date: Thu, 14 Jan 2016 22:25:00 -0000 From: Jan Kratochvil To: Linux Mercedes Cc: gdb@sourceware.org Subject: Re: gdb cannot find "../sysdeps/unix/syscall-template.S" Message-ID: <20160114222533.GA20383@host1.jankratochvil.net> References: <20160114211011.GA17026@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00021.txt.bz2 On Thu, 14 Jan 2016 23:11:02 +0100, Linux Mercedes wrote: > Well, now it's looking for a file in > /build/buildd/eglibc-2.19/io/../sysdeps/unix/syscall-template.S Yes, Ubuntu/Debian has broken debug info. Fedora/RHEL is using /usr/lib/rpm/debugedit to redirect the source references to their proper /usr/src/debug/** location. Jan