From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39002 invoked by alias); 3 Mar 2016 09:21: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 37755 invoked by uid 89); 3 Mar 2016 09:20:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:dispst, sk:disp-st, qiyaoltcgmailcom, qiyaoltc@gmail.com X-HELO: mail-pf0-f170.google.com Received: from mail-pf0-f170.google.com (HELO mail-pf0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 09:20:58 +0000 Received: by mail-pf0-f170.google.com with SMTP id 63so11648835pfe.3 for ; Thu, 03 Mar 2016 01:20:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=plUX72FgGieCze1wzgVauddZByqDYKPoISQSE1q2p2U=; b=cY14lybTJT95oOnjjcHI4CNUVam7dEMx755GwixGQxyxO9rLYwMX0FHsKplO84bAke cJjr81O5tAIeQiPEBLHp4yDVTayN2e5sBSmU0JIjuQiLUuO/TOMqljj93ofl3L5ttgXT dEOp8HRyj04d9tfKo5Vm1qbwOec2Lx/96++Igs3SKcnRxdbMJLPukLqF4GJBQ4jy7DRB szysZwR+fW+GBa2RmqM+F0KyplaNlgbV5FJfHCTH2VANeaden9Tps7/4sep/covGudq/ GLKtkph4hucJsm/ACLT4ZspMSOsYJWm2gTTp4ze+WS2dpyQ90A5KCUdTC3reG8zJrXGd Q1Vw== X-Gm-Message-State: AD7BkJJ6aXGG8OV5QnJWo9uMzVA5EMEKPDGwPCgOxYgd5uI0SgMvfzIHxjXiHKQb9jEwlQ== X-Received: by 10.98.31.21 with SMTP id f21mr2177004pff.134.1456996856591; Thu, 03 Mar 2016 01:20:56 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id fa3sm58930605pab.45.2016.03.03.01.20.54 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 03 Mar 2016 01:20:55 -0800 (PST) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/7 V2] Leave child suspended when step over parent References: <1455892594-2294-1-git-send-email-yao.qi@linaro.org> <1456495426-7520-1-git-send-email-yao.qi@linaro.org> Date: Thu, 03 Mar 2016 09:21:00 -0000 In-Reply-To: <1456495426-7520-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Fri, 26 Feb 2016 14:03:39 +0000") Message-ID: <86a8mfape4.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: 2016-03/txt/msg00042.txt.bz2 Yao Qi writes: > Here is the v2 of this patch series. V1 can be found > https://sourceware.org/ml/gdb-patches/2016-02/msg00591.html > > The changes in v2 are: > > 1. Remove patch "Use loop in disp-step-fork.c and disp-step-vfork.c" > from this series, > 2. Open PR server/19736 for the bug this series fixes, and mention > this PR in the comments of tests, > 3. Restart GDB in each test instead of doing multiple tests in a > single debugging session, > 4. Fix some wording issues in the comments. > 5. Use foreach_with_prefix, Patches are pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)