From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116502 invoked by alias); 27 May 2015 16:18:39 -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 116463 invoked by uid 89); 27 May 2015 16:18:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 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-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 27 May 2015 16:18:37 +0000 Received: by pabru16 with SMTP id ru16so1372310pab.1 for ; Wed, 27 May 2015 09:18:35 -0700 (PDT) X-Received: by 10.69.19.129 with SMTP id gu1mr60638559pbd.162.1432743515924; Wed, 27 May 2015 09:18:35 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id do16sm16734858pac.15.2015.05.27.09.18.32 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 27 May 2015 09:18:34 -0700 (PDT) From: Yao Qi To: Edjunior Barbosa Machado Cc: Yao Qi , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH 2/4] Implements aarch64 process record and reverse debugging support References: <1432041752-4638-1-git-send-email-yao.qi@linaro.org> <1432041752-4638-3-git-send-email-yao.qi@linaro.org> <555E3EAE.2080107@redhat.com> <86h9qzr2g2.fsf@gmail.com> <5564D0E9.3000402@linux.vnet.ibm.com> <86d21mqvl0.fsf@gmail.com> <868ucaqq0o.fsf@gmail.com> <5565D0B8.7090602@linux.vnet.ibm.com> <86zj4qoyd3.fsf@gmail.com> <5565E8BE.4060506@linux.vnet.ibm.com> Date: Wed, 27 May 2015 16:18:00 -0000 In-Reply-To: <5565E8BE.4060506@linux.vnet.ibm.com> (Edjunior Barbosa Machado's message of "Wed, 27 May 2015 12:54:38 -0300") Message-ID: <86vbfeouy2.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-05/txt/msg00664.txt.bz2 Edjunior Barbosa Machado writes: > I also use thunderbird, but usually I save the raw message instead of > copying to avoid miscopies. But I managed to apply the patch after > copying it as you suggested and checked that it fixes the build issue. Thanks for the verification. I'll push it in. --=20 Yao (=E9=BD=90=E5=B0=A7)