From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121945 invoked by alias); 15 Sep 2015 13:11:54 -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 121932 invoked by uid 89); 15 Sep 2015 13:11:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 15 Sep 2015 13:11:53 +0000 Received: by wicgb1 with SMTP id gb1so28189935wic.1 for ; Tue, 15 Sep 2015 06:11:50 -0700 (PDT) X-Received: by 10.194.120.70 with SMTP id la6mr9282606wjb.110.1442322710168; Tue, 15 Sep 2015 06:11:50 -0700 (PDT) Received: from E107787-LIN ([195.154.84.196]) by smtp.gmail.com with ESMTPSA id y15sm19908204wib.7.2015.09.15.06.11.49 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Tue, 15 Sep 2015 06:11:49 -0700 (PDT) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/2 V2] Support single step by arch or target References: <1441096915-23615-1-git-send-email-yao.qi@linaro.org> Date: Tue, 15 Sep 2015 13:11:00 -0000 In-Reply-To: <1441096915-23615-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Tue, 1 Sep 2015 09:41:53 +0100") Message-ID: <86fv2f3jzl.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/msg00323.txt.bz2 Yao Qi writes: > This is the V2 of my patch > to address Pedro's comment on backward compatibility problem. > > Patch 1 is to rename target_ops hook supports_conditional_breakpoints > to supports_hardware_single_step, nothing changes since I post it last > time . > > Patch 2 is the major one in this series, details can be found in it. > > Regression tested on aarch64 with {native, gdbserver} x {32-bit, 64-bit}. I've pushed them in. --=20 Yao (=E9=BD=90=E5=B0=A7)