From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9097 invoked by alias); 24 Nov 2008 14:59:34 -0000 Received: (qmail 9054 invoked by uid 22791); 24 Nov 2008 14:59:34 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Nov 2008 14:58:58 +0000 Received: (qmail 11735 invoked from network); 24 Nov 2008 14:58:48 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Nov 2008 14:58:48 -0000 From: Pedro Alves To: Daniel Jacobowitz Subject: Re: RFC: Do not try g-packet-guess algorithm on exited targets Date: Mon, 24 Nov 2008 19:17:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org, dgraham@nortel.com References: <20081123211454.GA17391@caradoc.them.org> <200811232211.59013.pedro@codesourcery.com> <20081124144821.GA27882@caradoc.them.org> In-Reply-To: <20081124144821.GA27882@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811241458.47326.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2008-11/txt/msg00643.txt.bz2 On Monday 24 November 2008 14:48:21, Daniel Jacobowitz wrote: > Like the attached? It works in my testing and is much nicer. Yep, looks good. > I did have a question while looking at this. We call > wait_for_inferior via start_remote when connecting to an all-stop > target, but not when connecting to a non-stop target. Does this > work because non-stop is always async, and we push the stop replies to > be noticed by the main event loop? Yes. -- Pedro Alves