From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86259 invoked by alias); 26 May 2017 18:25:37 -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 86137 invoked by uid 89); 26 May 2017 18:25:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_1,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=mailed 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; Fri, 26 May 2017 18:25:32 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 095728E3C6; Fri, 26 May 2017 18:25:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 095728E3C6 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jan.kratochvil@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 095728E3C6 Received: from host1.jankratochvil.net (ovpn-117-182.ams2.redhat.com [10.36.117.182]) by smtp.corp.redhat.com (Postfix) with ESMTP id 74F0E91735; Fri, 26 May 2017 18:25:33 +0000 (UTC) Subject: [PATCH 0/6] DWARF-5: .debug_names index From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Victor Leschuk Date: Fri, 26 May 2017 18:25:00 -0000 Message-ID: <149582312757.15869.18345460438195439402.stgit@host1.jankratochvil.net> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00577.txt.bz2 Hi, https://sourceware.org/git/gitweb.cgi?p=archer.git;a=shortlog;h=refs/heads/users/jkratoch/index git://sourceware.org/git/archer.git git diff gdb/master...archer/users/jkratoch/index the patches mailed in this series depend on these already posted ones: [gcc patch] DWARF-5: Define DW_IDX_GNU_static and DW_IDX_GNU_external https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02074.html Message-ID: <20170526181408.GA15337@host1.jankratochvil.net> + [binutils patch] DWARF-5: readelf: .debug_names https://sourceware.org/ml/binutils/2017-05/msg00291.html Message-ID: <20170526181552.GA15442@host1.jankratochvil.net> Default "save gdb-index" will switch to DWARF-5 but that requires also the updated: contrib/gdb-add-index.sh DWO is not yet handled. Jan