From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7690 invoked by alias); 1 Feb 2002 15:45:27 -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 7655 invoked from network); 1 Feb 2002 15:45:26 -0000 Received: from unknown (HELO relay.pair.com) (209.68.1.20) by sources.redhat.com with SMTP; 1 Feb 2002 15:45:26 -0000 Received: (qmail 54611 invoked from network); 1 Feb 2002 15:45:24 -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 15:45:24 -0000 X-pair-Authenticated: 24.126.75.99 Message-ID: <3C5AB975.7ED58EBC@kegel.com> Date: Fri, 01 Feb 2002 07:45: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: 'Michael Snyder' , "Sarnath K - CTD, Chennai." , gdb@sources.redhat.com Subject: Re: Thread Support for remote debugging References: <413FBB0BA5AED1119122000083234B1A01C74292@alpha.igk.intel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00014.txt.bz2 "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