From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36770 invoked by alias); 27 Apr 2017 09:43:50 -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 36753 invoked by uid 89); 27 Apr 2017 09:43:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:682, yours X-HELO: mail-wr0-f194.google.com Received: from mail-wr0-f194.google.com (HELO mail-wr0-f194.google.com) (209.85.128.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Apr 2017 09:43:48 +0000 Received: by mail-wr0-f194.google.com with SMTP id w50so3141233wrc.0 for ; Thu, 27 Apr 2017 02:43:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=PBwd451LTou3bB9qEjuHnHQ9icwnCIKZOmKDV9N7N4s=; b=IOx2RcyHU8JIPALhYU5OGuUIeVK2zApBlS/8HDPXJvpdZ9SJbWDbkiOSwI1XM2Ydo/ KP3yFxc4mE2XQDmj28SD0ABI2cQC2xXZEiT1YOMUuGQ9f/cuRbxKOEdygorJp16G/76W aL+BfQwDFq4yxMUpMk7ijbh95FIG+p3vd1ia8cLRfqj5PtqC1mPR4JIkZA3/2kL7iF18 GiD3z4uW2oaPZpMKo/JvXsXlowDkji9MzKYN8w4B8p5YKqZVhdT40RWbGPUK8LtnqEfL w5U/mcFl4qQ3RUhFoRJbQOcPvBt6wZjO7Vekfl/yGHSpe0El1ZTxHy9WnMEzquESbWEQ GwMg== X-Gm-Message-State: AN3rC/7+QKyWvey/EkXXXkafoRbqs1J2pWahnRPSoSnd8pFf5aDf3uQv AL3DXkGUyl5Q6ezr X-Received: by 10.223.161.222 with SMTP id v30mr3231406wrv.132.1493286228170; Thu, 27 Apr 2017 02:43:48 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id g25sm3537797wra.1.2017.04.27.02.43.46 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 27 Apr 2017 02:43:47 -0700 (PDT) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH] Remove MAX_REGISTER_SIZE from regcache.c References: <562B2F6F-F3C6-4A76-9489-57539F396C94@arm.com> <868tnvukjh.fsf@gmail.com> <7359B5C0-BF61-42E2-9886-B322C1825865@arm.com> <0DADF920-69B9-4F96-A153-6965E56B5DA8@arm.com> <868tneq1xj.fsf@gmail.com> <86efx0ljsv.fsf@gmail.com> Date: Thu, 27 Apr 2017 09:43:00 -0000 In-Reply-To: (Alan Hayward's message of "Wed, 26 Apr 2017 14:03:13 +0000") Message-ID: <86r30ep4ml.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00729.txt.bz2 Alan Hayward writes: > Ok to commit? > > Alan. > > 2017-04-26 Alan Hayward > > * regcache.c (regcache_save): Avoid buffer use. > (regcache_dump): Avoid buffer use. Hi Alan, Patch is good to me, but it has conflict with my patches [PATCH 0/6] Class-fy regcache in GDB https://sourceware.org/ml/gdb-patches/2017-04/msg00684.html Can you postpone pushing this patch until my patches are committed? You then need to rebase your patch. I've rebased my patch sets twice before I posted them. Considering the size of your patch, it takes less effort to rebase yours. --=20 Yao (=E9=BD=90=E5=B0=A7)