From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36542 invoked by alias); 26 Oct 2016 15:39:22 -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 36459 invoked by uid 89); 26 Oct 2016 15:39:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=enables, qiyaoltcgmailcom, U*qiyaoltc, qiyaoltc@gmail.com X-HELO: mail-qt0-f195.google.com Received: from mail-qt0-f195.google.com (HELO mail-qt0-f195.google.com) (209.85.216.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Oct 2016 15:39:20 +0000 Received: by mail-qt0-f195.google.com with SMTP id z54so290139qtz.4 for ; Wed, 26 Oct 2016 08:39:20 -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:content-transfer-encoding; bh=l4lD8bbyR2p/FFn8M8bAhS3vsPw605EJOtvPYGi6VwM=; b=FhrUDeEJxWXO7O9onmQef986WpiS8ghWKv6h2q2y+UXccFNxwVFgDTCAehntMuU9SJ tbePioTml8Au0Lz7v/ssZpoFOTAx03UWas5wxNygQKUl7ryFeo2BBHdIBb5WaCGHlEl0 mf5j4MMqohEtu17ZCiCMJVNKFKvR/2DTdQffunaNxrD/OIfheFhKtJBzaocJ6nGR1aJ+ r2bUiJWgZ6G9oFf3U7erm699dPGgmAWY7kDo6ClyE+P5gtUJChglaJjSRB4UuCkkTIT7 fzr7XIAkMM6laybLZGrGV8rqA15f/sklVyOr0sR4X3V6NnXAbcKJyMOcG191qTUcIZgF NFNw== X-Gm-Message-State: ABUngvezzDkFno0oL8+oafxYFjykgUK3085lQsQfYzywCD1EZnDgGOjSM2sk9hzf7Ura/JkDY1HKz+hQaD1IoQ== X-Received: by 10.200.42.122 with SMTP id l55mr2286118qtl.157.1477496358749; Wed, 26 Oct 2016 08:39:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.149.168 with HTTP; Wed, 26 Oct 2016 08:39:18 -0700 (PDT) In-Reply-To: <86oa2sa91i.fsf@gmail.com> References: <1474856716-5913-1-git-send-email-yao.qi@linaro.org> <86oa2sa91i.fsf@gmail.com> From: Yao Qi Date: Wed, 26 Oct 2016 15:39:00 -0000 Message-ID: Subject: Re: [PATCH 0/3] Support range stepping on software single-step target To: "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/msg00722.txt.bz2 On Mon, Oct 10, 2016 at 9:43 AM, Yao Qi wrote: > Yao Qi writes: > >> This patch series enables the range stepping on targets support software >> single-step, although arm-linux is the only target nowadays. >> >> Patch 1 is to remove single-step breakpoints for GDBserver internal >> events. Patch 2 teaches GDBserver to gen pending events from threads >> in random to avoid starvation. Patch 3 is to enable range stepping >> if software single-step is supported. >> >> Regression tested arm-linux and x86_64-linux. > > Ping. > Ping. --=20 Yao (=E9=BD=90=E5=B0=A7)