From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7831 invoked by alias); 21 Jan 2002 16:38:15 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7748 invoked from network); 21 Jan 2002 16:38:13 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 21 Jan 2002 16:38:13 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id E1A1E3F0E; Mon, 21 Jan 2002 11:38:12 -0500 (EST) Message-ID: <3C4C43F4.70005@cygnus.com> Date: Mon, 21 Jan 2002 08:38:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Quality Quorum Cc: "Sarnath K - CTD, Chennai." , gdb@sources.redhat.com Subject: Re: Thread Support for remote debugging References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00236.txt.bz2 > > > I put together spec and reference implementation, see section > on Remote GDB Protocol at http://world.std.com/~qqi, it is > 4.18 based though. > > I would like also to draw maintainer's attention to this > work - it fixes quite a few problems existing in the mainline. > > If there is a public interest I can integrate it with > recent stuff. It fell of the end of my queue :-( You'll notice I've started trying to restructure the remote doco, restructuring/working on the protocol spec comes under. From memory you've also got an assignment in place. BTW, at the risk of sounding pedantic. Can you please change your page to clarify that gdb.texinfo and remote.c together define the remote protocol. You've posted a really good draft formal specification. Andrew