From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11877 invoked by alias); 7 Mar 2009 15:58:05 -0000 Received: (qmail 11790 invoked by uid 22791); 7 Mar 2009 15:58:04 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Mar 2009 15:57:57 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KG500I00877X000@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Sat, 07 Mar 2009 17:58:36 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.192.247]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KG500IHT8DNJ410@i-mtaout6.012.net.il>; Sat, 07 Mar 2009 17:58:36 +0200 (IST) Date: Sat, 07 Mar 2009 15:58:00 -0000 From: Eli Zaretskii Subject: Re: [remote/rfc] Let GDB know if a remote server originally attached to a process. In-reply-to: <200903071453.38031.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org, brobecker@adacore.com, drow@false.org Reply-to: Eli Zaretskii Message-id: References: <200903040117.32166.pedro@codesourcery.com> <200903071227.36757.pedro@codesourcery.com> <200903071453.38031.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: 2009-03/txt/msg00097.txt.bz2 > From: Pedro Alves > Date: Sat, 7 Mar 2009 14:53:37 +0000 > Cc: brobecker@adacore.com, > drow@false.org > > On Saturday 07 March 2009 14:20:00, Eli Zaretskii wrote: > > In that case, I suggest this text: > > > > Return an indication of whether the remote stub attached to an > > existing process or created a new process. > > Sounds very good, thank you. Here's how it looks now: Thanks, this version is good to go.