From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126617 invoked by alias); 14 Jan 2016 22:11:25 -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 126604 invoked by uid 89); 14 Jan 2016 22:11:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-vk0-f48.google.com Received: from mail-vk0-f48.google.com (HELO mail-vk0-f48.google.com) (209.85.213.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 14 Jan 2016 22:11:23 +0000 Received: by mail-vk0-f48.google.com with SMTP id a123so258840967vkh.1 for ; Thu, 14 Jan 2016 14:11:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=+Eb6GeVR1amds91+tzjwAysmz+QcrX8c82jyS0Uon/s=; b=Jpqw1XDFVSUk9UQiYolbrHeZbl6yXcGrPwS6Nfi0h3bmh1gW/1kZ6Fv7h/LDYI59s5 o5sn1S5g6q6DElvEnIkCA0CcYdlDEkV4+k5Y2tIGUVu5CyNt3WQ3FBwOcNQJXVUH5otA 12Uw9igIv7NuV/oFVTkU5tLdrYqXsBqDBOb28TVhDRSt1OpYZozMJ8WHFETXvqO3CYKR uRVji9e+pmhHzRZfmABQaMRaFKiTRrqbQ6w7k+SWxXpkPsvYJh+2sYqQmZ9DqyOiRl+G +uFOB/gsvUD5SjXygzxKWdvwXfpFO0MzUzsqQG2gjBNB4GDJaxEJ7eSN4rWZhYSwLb7C LprA== X-Gm-Message-State: ALoCoQnmU7kxm+ruURjXIk66idxvLcSRWk4QSVhDHSQ+8DzBkz87Pn0j9HDEOdJarqdUIb/jd7dgdCoXn3BUU5MR3LfgVsF7+A== X-Received: by 10.31.148.144 with SMTP id w138mr4898735vkd.44.1452809481591; Thu, 14 Jan 2016 14:11:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.48.1 with HTTP; Thu, 14 Jan 2016 14:11:02 -0800 (PST) In-Reply-To: <20160114211011.GA17026@host1.jankratochvil.net> References: <20160114211011.GA17026@host1.jankratochvil.net> From: Linux Mercedes Date: Thu, 14 Jan 2016 22:11:00 -0000 Message-ID: Subject: Re: gdb cannot find "../sysdeps/unix/syscall-template.S" To: Jan Kratochvil Cc: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00018.txt.bz2 > (gdb) set filename-display absolute Well, now it's looking for a file in /build/buildd/eglibc-2.19/io/../sysdeps/unix/syscall-template.S (replace io with misc, posix, resource, and a handful of others). > Then there are various substitution commands in GDB how to point it to the > right directory. Is there a way to just not have GDB try to debug that, or to suppress this error? As Mike Frysinger points out, that source isn't going to be particularly helpful to look at anyway.