From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4722 invoked by alias); 1 Feb 2002 16:27:51 -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 4579 invoked from network); 1 Feb 2002 16:27:44 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by sources.redhat.com with SMTP; 1 Feb 2002 16:27:44 -0000 Received: (qmail 61140 invoked from network); 1 Feb 2002 16:27:38 -0000 Received: from we-24-126-75-99.we.mediaone.net (HELO kegel.com) (24.126.75.99) by relay1.pair.com with SMTP; 1 Feb 2002 16:27:38 -0000 X-pair-Authenticated: 24.126.75.99 Message-ID: <3C5AC35B.5A9708DF@kegel.com> Date: Fri, 01 Feb 2002 08:27:00 -0000 From: Dan Kegel X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Korbel, Michal" CC: gdb@sources.redhat.com Subject: Re: Thread Support for remote debugging References: <413FBB0BA5AED1119122000083234B1A01C74293@alpha.igk.intel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00024.txt.bz2 Cool. Can you post a patch, or an archive of your sources? I'd like to link to it from http://www.kegel.com/linux/gdbserver.html - Dan "Korbel, Michal" wrote: > > I was use source for gdbserver based on GDB 5.0, > but I was add protocol support based on Quality Quorum source code > (multithread and zbreak packet support) > and move part of multithread support from GDB 5.0 core into gdbserver code. > There are some bugs, but looks and work quite good. > The most importent is: " we can start debug after all thread are created", > there are problems with adding or deleting thread in internal thread list. > ---------------------------------------------------------------------------- > ---------- > Michal Korbel - Software engineer > Intel Technology Poland Sp. z o.o.; ul. Slowackiego 173; 80-298 Gdansk > tel. +48 58 34-81-726; fax: +48 58 34-81-505; mobile:+48 603-203-142 > ---------------------------------------------------------------------------- > ---------- > > -----Original Message----- > From: Dan Kegel [mailto:dank@kegel.com] > Sent: Friday, February 01, 2002 4:51 PM > To: Korbel, Michal > Cc: 'Michael Snyder'; Sarnath K - CTD, Chennai.; gdb@sources.redhat.com > Subject: Re: Thread Support for remote debugging > > "Korbel, Michal" wrote: > > > > GDB have remote thread support and works fine with remote multithread > > target, > > to work with this feature you need have GDBSERVER with remote thread > > support. > > In the middle of 2001 I was build own version GDBSERVER with remote thread > > support (x86-linux target only). > > GDB (this version only) have only one restriction, the connection to > remote > > target can by start only from console window, but after first breakpoints > we > > can use all GDB features with full mouse support. > > Now I'm really confused. What source did you use for gdbserver? > > - Dan