From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37943 invoked by alias); 16 Oct 2015 16:22:55 -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 37927 invoked by uid 89); 16 Oct 2015 16:22:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 16 Oct 2015 16:22:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9761212805A; Fri, 16 Oct 2015 12:22:52 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nwUX3ASL15oK; Fri, 16 Oct 2015 12:22:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 724A7128039; Fri, 16 Oct 2015 12:22:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id F385D40587; Fri, 16 Oct 2015 09:22:50 -0700 (PDT) Date: Fri, 16 Oct 2015 16:22:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/7] Merge async and sync code paths some more Message-ID: <20151016162250.GH3341@adacore.com> References: <1439398917-22761-1-git-send-email-palves@redhat.com> <1439398917-22761-2-git-send-email-palves@redhat.com> <20151016003525.GB1806@adacore.com> <5620D9D1.8080205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5620D9D1.8080205@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00290.txt.bz2 > I'm trying to build a Windows gdb to see this in > action. Many thanks for the detailed analysis! Thanks Pedro. Let me know if I can help, I don't mind doing the leg-work! It's just that I needed a bit of guidance because I don't have the whole picture on how the mainloop is supposed to work, particulary with the async-vs-non-async, all-stop-vs-non-stop, etc. -- Joel