From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1110 invoked by alias); 21 Jan 2002 15:10:09 -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 1055 invoked from network); 21 Jan 2002 15:10:04 -0000 Received: from unknown (HELO TheWorld.com) (199.172.62.104) by sources.redhat.com with SMTP; 21 Jan 2002 15:10:04 -0000 Received: from shell.TheWorld.com (rushanan@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id KAA14953; Mon, 21 Jan 2002 10:10:03 -0500 Received: from localhost (qqi@localhost) by shell.TheWorld.com (8.9.3/8.9.3) with ESMTP id KAA9416002; Mon, 21 Jan 2002 10:09:35 -0500 (EST) X-Authentication-Warning: shell01.TheWorld.com: qqi owned process doing -bs Date: Mon, 21 Jan 2002 07:10:00 -0000 From: Quality Quorum To: "Sarnath K - CTD, Chennai." cc: gdb@sources.redhat.com Subject: Re: Thread Support for remote debugging In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00234.txt.bz2 On Mon, 21 Jan 2002, Sarnath K - CTD, Chennai. wrote: > Hi, > I have been browsing the mail archives for > knowing the current state of thread support > while doing remote debugging using GDB. > Although a lot of discussions have happened, > I am not able to find the current state of work > in that area. > I downloaded the latest GDB sources. It doesnt > support thread commands during remote debugging. > May I know what is the state of work in this area ? > Is there any patch available for this ? 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. > > Thanks, > Sarnath > Thanks, Aleksey