From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62013 invoked by alias); 4 Jun 2015 17:25:35 -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 61979 invoked by uid 89); 4 Jun 2015 17:25:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 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-oi0-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 04 Jun 2015 17:25:33 +0000 Received: by oihb142 with SMTP id b142so36293778oih.3 for ; Thu, 04 Jun 2015 10:25:31 -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:date :message-id:subject:from:to:cc:content-type; bh=WQpniCYwPaxwMGMM7H8adY+2dPaRxyJTDQnHyDD6dOw=; b=R9TpWk6W2SaTljSY6KQveLU+DStrEwqV8jbfk8fufA+wZPliHZEt27jCzE40lduabd nnKHG2K+JDsHZSvtBGI+X9Y9ozMK+mFiLR8iTjREVkOkax5rDrSixAAzntaRnU25L6qx E96lSSyg3DxijVH1c7ABFkO2coA9VuAcN8gMkw73O9VGrQv+TcQNcfli18olC++RPYma yYSyFhEicznWgZ5Ds0k3Cg8nbmq3uf3kYHEuGr3dYRCLylCH0EzRk1+rcZk+25cf8NkQ CZx0qTgJOWKvYU9YGRGd6rr4Arw0xyaE9ES/EFxsIs8fXHAv3Xi+q7j/4/6v0rdToCru BIqQ== X-Gm-Message-State: ALoCoQmBRswP4lKP0EcP6kwSXstPXU1aAPpa4YBBYUq7o9ikB3bi62lzqsql5N1LbjvFvm812wvK MIME-Version: 1.0 X-Received: by 10.60.155.97 with SMTP id vv1mr26103669oeb.15.1433438731628; Thu, 04 Jun 2015 10:25:31 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Thu, 4 Jun 2015 10:25:31 -0700 (PDT) In-Reply-To: References: <20150601213709.GC2631@adacore.com> Date: Thu, 04 Jun 2015 17:25:00 -0000 Message-ID: Subject: Re: 2 weeks to GDB 7.10 tentative branching date! From: Doug Evans To: Joel Brobecker , Keith Seitz Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00073.txt.bz2 On Wed, Jun 3, 2015 at 11:08 AM, Doug Evans wrote: >... > https://sourceware.org/bugzilla/show_bug.cgi?id=16253 > > Maybe a two step solution would be ok? > > For 7.10: > > 1) re-add keiths patch, with the following modifications: > a) add a STRUCT vs VAR_DOMAIN indicator to .gdb_index > b) bump .gdb_index version to 9 > c) modify keith's patch so that it only is enabled when either > .gdb_index is not in use or its version >= 9 > (IOW we'd still have to keep symbol_matches_domain, > in some form, but use it conditionally) For reference sake, the index that is proposed to go into DWARF puts the symbol's DWARF tag into the index. That provides more info than what .gdb_index has, and should be enough to avoid this issue (I'd still really like to see a gdb implementation of this proposal before it's too late).