From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108607 invoked by alias); 2 May 2017 17:50:03 -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 108552 invoked by uid 89); 2 May 2017 17:50:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 May 2017 17:50:01 +0000 Received: by simark.ca (Postfix, from userid 33) id 16A7E1E4A5; Tue, 2 May 2017 13:50:02 -0400 (EDT) To: Pedro Alves Subject: Re: [PATCH v3] Use std::vector in lm_info_target X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 02 May 2017 17:50:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <8c28e9b3-502d-bdf2-c129-ee58b7e99056@redhat.com> References: <614e9e92-fa8b-35f3-c15c-9dde043962e8@redhat.com> <20170430003455.13878-1-simon.marchi@polymtl.ca> <7652620c-1f87-8fe2-ee9a-50952166197e@redhat.com> <378fb30427fbc719605c1761450d6a51@polymtl.ca> <8c28e9b3-502d-bdf2-c129-ee58b7e99056@redhat.com> Message-ID: <0e144b7c6b539270baf0cbdc9eb4bb39@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00023.txt.bz2 On 2017-05-02 13:37, Pedro Alves wrote: > On 05/02/2017 06:25 PM, Simon Marchi wrote: >> Indeed, I changed it. Thanks. >> > > Thanks. (There's a similar case in the segment_bases path, but > you probably saw it.) Oops, no. I'll look at it and push it as an obvious patch.