From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68067 invoked by alias); 15 Oct 2015 14:10:18 -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 68049 invoked by uid 89); 15 Oct 2015 14:10:17 -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-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 15 Oct 2015 14:10:15 +0000 Received: by padcn9 with SMTP id cn9so7548591pad.3 for ; Thu, 15 Oct 2015 07:10:14 -0700 (PDT) X-Received: by 10.68.103.194 with SMTP id fy2mr10174489pbb.120.1444918214088; Thu, 15 Oct 2015 07:10:14 -0700 (PDT) Received: from [127.0.0.1] (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id z6sm15736481pbt.51.2015.10.15.07.10.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 07:10:13 -0700 (PDT) Subject: Re: [PATCH] aarch64 multi-arch part 6: HW breakpoint on unaligned address To: Pedro Alves References: <1444731060-16237-1-git-send-email-yao.qi@linaro.org> <561CE5D2.8030505@redhat.com> <861tcy6b84.fsf@gmail.com> <561D4008.90009@redhat.com> <86fv1c4kg7.fsf@gmail.com> <561FA3F6.2070300@redhat.com> Cc: gdb-patches@sourceware.org From: Yao Qi Message-ID: <561FB3C2.5090409@gmail.com> Date: Thu, 15 Oct 2015 14:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <561FA3F6.2070300@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00246.txt.bz2 On 15/10/15 14:02, Pedro Alves wrote: >> Here is the patch V2, regression tested on aarch64-linux. > LGTM. Thanks, patch is pushed in. -- Yao (齐尧)