From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20935 invoked by alias); 27 Oct 2016 15:07:01 -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 20921 invoked by uid 89); 27 Oct 2016 15:07:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:350, tremblay X-HELO: mail-qt0-f176.google.com Received: from mail-qt0-f176.google.com (HELO mail-qt0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 15:06:51 +0000 Received: by mail-qt0-f176.google.com with SMTP id 12so26085937qtm.3 for ; Thu, 27 Oct 2016 08:06:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ex7vZT8MBDFPePnHepSF69x76tInp//tQn33/9vGi2g=; b=jd7L6HJ/M+EJOir45n0YkILwJgefUN1KMxV0Q08iRO/U6Qldg4bsqpeWlaz7j9evNx ffem6QA45CwO2gKDm8sUJay1DwImptDkL9BuyQhtLzQVs92CaW+UMliLEC8lFJtqh8yv yGjRsgj5EnO1M7KHdT7e7l7G52burjA46hOfmPuZ2FXcchog5oxIjLQuNkihyoRYwjVO DpSWDYXpWt3IbPifAoS60rUqyoSthgcG6xArF5XFaEV+vcLhUBgk+Lvkaw1wGPZgLS6g U+WE/p8bzVATf/suZ4mqV9YkPm+J/bnI+xy0AloaqmwokCE2UD0Cfr6EEfteGOreI1vu rDwg== X-Gm-Message-State: ABUngvdttY3xHhPwbBqn5rLsMjk2falvCAZVS4mneIfLp9f478XGViHW7ujoDCq1JKswLXyhXz/rZttIzyUoCA== X-Received: by 10.200.45.246 with SMTP id q51mr6891013qta.108.1477580809557; Thu, 27 Oct 2016 08:06:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.149.168 with HTTP; Thu, 27 Oct 2016 08:06:49 -0700 (PDT) In-Reply-To: References: <1474856716-5913-1-git-send-email-yao.qi@linaro.org> <86oa2sa91i.fsf@gmail.com> From: Yao Qi Date: Thu, 27 Oct 2016 15:07:00 -0000 Message-ID: Subject: Re: [PATCH 0/3] Support range stepping on software single-step target To: Antoine Tremblay Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00765.txt.bz2 On Wed, Oct 26, 2016 at 6:34 PM, Antoine Tremblay wrote: > > I tested on my boards and non-stop-fair-events is now working fine, > thanks for this work!! Sorry for the review delay. > Thanks for giving a try... I pushed them in. --=20 Yao (=E9=BD=90=E5=B0=A7)