From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4468 invoked by alias); 9 Dec 2013 15:57:57 -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 4457 invoked by uid 89); 9 Dec 2013 15:57:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Dec 2013 15:57:55 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB9Fvmft028799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Dec 2013 10:57:48 -0500 Received: from barimba (ovpn-113-93.phx2.redhat.com [10.3.113.93]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rB9FvkRe003372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 9 Dec 2013 10:57:47 -0500 From: Tom Tromey To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v4 9/9] enable target-async References: <1382464769-2465-1-git-send-email-tromey@redhat.com> <1382464769-2465-10-git-send-email-tromey@redhat.com> <52828856.9070904@redhat.com> <87li0qve9y.fsf@fleche.redhat.com> <528A2E8B.9050300@redhat.com> <87r49piu9z.fsf@fleche.redhat.com> <52A5B11A.4060900@redhat.com> Date: Mon, 09 Dec 2013 15:57:00 -0000 In-Reply-To: <52A5B11A.4060900@redhat.com> (Pedro Alves's message of "Mon, 09 Dec 2013 12:01:30 +0000") Message-ID: <87ob4qf24l.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-12/txt/msg00343.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: >> That is, gdb now emits reason="end-stepping-range". This is a >> compatible change to the output. This explains the patch: now the >> !$async case is no longer hit. Pedro> The question is whether that is actually true on all the other Pedro> backends/targets that _don't_ know how to async. Like e.g., Pedro> Windows. Thanks, I see what you mean, finally. I'll test it (really everything) in the new special not-async mode and fix the test case accordingly. It's an awful irony that trying to remove target-async has actually apparently made the mode situation worse :-( Tom