From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29754 invoked by alias); 15 Aug 2008 18:07:42 -0000 Received: (qmail 29743 invoked by uid 22791); 15 Aug 2008 18:07:41 -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.31) with ESMTP; Fri, 15 Aug 2008 18:07:07 +0000 Received: (qmail 28068 invoked from network); 15 Aug 2008 18:07:05 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Aug 2008 18:07:05 -0000 From: Vladimir Prus To: "Marc Khouzam" Subject: Re: [RFA] Unify async setting. Date: Fri, 15 Aug 2008 18:07:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sources.redhat.com References: <6D19CA8D71C89C43A057926FE0D4ADAA042912F6@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA042912F6@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808152206.59027.vladimir@codesourcery.com> 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-08/txt/msg00431.txt.bz2 On Friday 15 August 2008 21:29:47 Marc Khouzam wrote: > Hi, > > it think it is great to have a single command to set async for native > or targets. > Will the command be 'set async' or 'set target-async', the patch > seems to use target-async. 'target-async' it will be. (today, I seem to beat my personal records of meaning one thing and saying another). - Volodya