From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86307 invoked by alias); 19 Jun 2017 20:55:39 -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 86288 invoked by uid 89); 19 Jun 2017 20:55:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_1,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Mon, 19 Jun 2017 20:55:28 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2764380F98; Mon, 19 Jun 2017 20:55:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2764380F98 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jan.kratochvil@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2764380F98 Received: from host1.jankratochvil.net (ovpn-116-67.ams2.redhat.com [10.36.116.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id 89D091749C; Mon, 19 Jun 2017 20:55:31 +0000 (UTC) Subject: [PATCH v3 0/5] DWARF-5: .debug_names index From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Victor Leschuk Date: Mon, 19 Jun 2017 20:55:00 -0000 Message-ID: <149790572259.20186.14601775821404892582.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-06/txt/msg00541.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. Discussed here whether it should be: https://sourceware.org/ml/gdb-patches/2017-06/msg00479.html Jan