From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18489 invoked by alias); 2 Sep 2015 03:57:32 -0000 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 Received: (qmail 18472 invoked by uid 89); 2 Sep 2015 03:57:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ig0-f170.google.com Received: from mail-ig0-f170.google.com (HELO mail-ig0-f170.google.com) (209.85.213.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Sep 2015 03:57:30 +0000 Received: by igcrk20 with SMTP id rk20so16354668igc.1 for ; Tue, 01 Sep 2015 20:57:28 -0700 (PDT) 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=EzO1Ntf6zqxA8EkCSvPRmoRcJ4yUj+XwTNn5z4SIElg=; b=YXWEv4YEgY1M/PFifM2xwFazNbDAsG145RLkYpGyui0h8EXkVCLWKwEBYOs9bfaCgA A0iLXEiDHxcDjNPPYa2nqvbHVg0QwizVHqcxSWYosNig9JzeBpseWfB61w5okjGH57dv nyE/pQzr1FsixjajV6GWy2Kkac2Z30dxNhBu0he5/RVfLFsIOVGwvE0kPT+bs4hwRb76 ysFsej4SH0Qite/apw6LNK6isSPpQ3wJBegamC8gyfrUKBtojG/liJbtFe/9zhe84gGd Bov2SUUpKwROn06lqzINAkUV99wsit485MSkpPAgG0g8Sgfvptowtdip+WR1CahtoIBE XFWA== X-Gm-Message-State: ALoCoQmU5UWQboRTo83WXXUAZqDca92HXebchyryb2Vc+UBNPskSHMuSEt9uc1+cNHwYif0QuMtx X-Received: by 10.50.92.99 with SMTP id cl3mr1331756igb.48.1441166248421; Tue, 01 Sep 2015 20:57:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.19.130 with HTTP; Tue, 1 Sep 2015 20:56:48 -0700 (PDT) In-Reply-To: <20150821212006.6673.35100.stgit@host1.jankratochvil.net> References: <20150821212006.6673.35100.stgit@host1.jankratochvil.net> From: Doug Evans Date: Wed, 02 Sep 2015 03:57:00 -0000 Message-ID: Subject: Re: [PATCH v12 00/32] Validate binary before use To: Jan Kratochvil Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00022.txt.bz2 On Fri, Aug 21, 2015 at 2:20 PM, Jan Kratochvil wrote: > Hi, > > git://sourceware.org/git/archer.git > jankratochvil/gdbserverbuildid > > The new file-locating parts are freshly coded, there are many possible future > improvements but I find the patchset as a minimal functional upstreamable > support for locating files from gdbserver build-ids. > > It does not support build-ids from linux-nat and core files (as Fedora GDB > supports). It also does not ask librpm for debuginfo-install suggestions. Hi. Which Fedora patches support build-ids in core files?