From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47658 invoked by alias); 8 Apr 2016 18:12:53 -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 47544 invoked by uid 89); 8 Apr 2016 18:12:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 08 Apr 2016 18:12:35 +0000 Received: by mail-qk0-f172.google.com with SMTP id i4so47299861qkc.3 for ; Fri, 08 Apr 2016 11:12:35 -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; bh=8RSZ5WtlkMg9aLWg4cniZCYgR7zvQ2utuyb7Rf7rB5Q=; b=G82Jxs0DbdvRxPaa6HlLBmREWewminXHG3mBUJYsQTXc+2KhFMv3BKAlUaz36hjNJy iMWy85k2KM4MaHj2KI0JZBubcr3yZ45GePJxOUQ17QUtFd22BalcWUUjFprahVSniOhX GZNkR8TF0neOOBJiF04GOwVOCjgkwt4ShAphbtKF8yGF2xgEZYdtV/iuQSHKreYQrRxj EZMvXTZISay3R5C7GTYZ8f7tc5x7uETwRcvj3tUQRj3vxhTQF2WObZv6tGxGCe7C5uy7 kEV7Dci7QCidZKinOoQCobH8U/ZEYLqcGulAfY3eFxejd9YFki2WJ6YsvwDrvFL7wAP8 Y5Mg== X-Gm-Message-State: AD7BkJIBM581Ue2pLj69fA4qC7ONFrl+JQdSkEtjLxUj0TGW5hBzZ/9KGG4J5Stt99QhWcs+HKGN+fkpkVCLi/kQ X-Received: by 10.55.50.136 with SMTP id y130mr12701859qky.79.1460139152724; Fri, 08 Apr 2016 11:12:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.40.83 with HTTP; Fri, 8 Apr 2016 11:11:53 -0700 (PDT) In-Reply-To: <5707EF18.90505@redhat.com> References: <1460059990-15871-1-git-send-email-martin.galvan@tallertechnologies.com> <5707EF18.90505@redhat.com> From: Martin Galvan Date: Fri, 08 Apr 2016 18:12:00 -0000 Message-ID: Subject: Re: [PATCH v2] value: Make accessor methods' parameters const-correct To: Pedro Alves Cc: gdb-patches , Simon Marchi Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00186.txt.bz2 Commited: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git&a=commit&h=4bf7b526bed1c86b1f20b18e642865f446751e06 Thanks!