From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34076 invoked by alias); 29 Sep 2015 11:43:58 -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 34067 invoked by uid 89); 29 Sep 2015 11:43:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 29 Sep 2015 11:43:56 +0000 Received: by pacex6 with SMTP id ex6so4578030pac.0 for ; Tue, 29 Sep 2015 04:43:55 -0700 (PDT) X-Received: by 10.68.171.37 with SMTP id ar5mr33257955pbc.39.1443527034895; Tue, 29 Sep 2015 04:43:54 -0700 (PDT) Received: from E107787-LIN (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id nm7sm4042529pbc.2.2015.09.29.04.43.52 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Tue, 29 Sep 2015 04:43:54 -0700 (PDT) From: Yao Qi To: Antoine Tremblay Cc: Yao Qi , Subject: Re: [PATCH 3/5] Add support for ARM breakpoint types in GDBServer. References: <1442577749-6650-1-git-send-email-antoine.tremblay@ericsson.com> <1442577749-6650-4-git-send-email-antoine.tremblay@ericsson.com> <8637xy96qx.fsf@gmail.com> <5609B069.6010200@ericsson.com> <86pp117hio.fsf@gmail.com> <560A782F.4010303@ericsson.com> Date: Tue, 29 Sep 2015 11:43:00 -0000 In-Reply-To: <560A782F.4010303@ericsson.com> (Antoine Tremblay's message of "Tue, 29 Sep 2015 07:38:23 -0400") Message-ID: <86lhbp78nh.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: 2015-09/txt/msg00629.txt.bz2 Antoine Tremblay writes: > Ok , would you find it acceptable still to include the refactoring in > the series as the next patch or should I create it out of series ? Either is OK to me. My point is don't combine movement and refactoring in a single patch. --=20 Yao (=E9=BD=90=E5=B0=A7)