From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24159 invoked by alias); 1 Feb 2002 16:13:49 -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 24122 invoked from network); 1 Feb 2002 16:13:48 -0000 Received: from unknown (HELO thalia.fm.intel.com) (132.233.247.11) by sources.redhat.com with SMTP; 1 Feb 2002 16:13:48 -0000 Received: from fmsmsxvs041.fm.intel.com (fmsmsxv041-1.fm.intel.com [132.233.48.109]) by thalia.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.49 2002/01/25 02:16:58 root Exp $) with SMTP id QAA04717 for ; Fri, 1 Feb 2002 16:13:47 GMT Received: from fmsmsx29.FM.INTEL.COM ([132.233.42.29]) by fmsmsxvs041.fm.intel.com (NAVGW 2.5.1.16) with SMTP id M2002020108143916386 ; Fri, 01 Feb 2002 08:14:39 -0800 Received: from alpha.igk.intel.com ([172.28.168.68]) by fmsmsx29.FM.INTEL.COM with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id DVHCC1WD; Fri, 1 Feb 2002 08:13:46 -0800 Received: by alpha.igk.intel.com with Internet Mail Service (5.5.2653.19) id <4L8K160R>; Fri, 1 Feb 2002 17:13:24 +0100 Message-ID: <413FBB0BA5AED1119122000083234B1A01C74293@alpha.igk.intel.com> From: "Korbel, Michal" To: "'Dan Kegel'" , "Korbel, Michal" Cc: gdb@sources.redhat.com Subject: RE: Thread Support for remote debugging Date: Fri, 01 Feb 2002 08:13:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-SW-Source: 2002-02/txt/msg00019.txt.bz2 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