From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4465 invoked by alias); 22 Nov 2004 14:07:06 -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 3860 invoked from network); 22 Nov 2004 14:06:58 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 22 Nov 2004 14:06:58 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CWEq4-00007V-Os; Mon, 22 Nov 2004 09:06:44 -0500 Date: Mon, 22 Nov 2004 18:04:00 -0000 From: Daniel Jacobowitz To: Vladimir Vorobyov Cc: Andreas Schwab , gdb@sources.redhat.com Subject: Re: pthreads debug with gdbserver Message-ID: <20041122140643.GA402@nevyn.them.org> Mail-Followup-To: Vladimir Vorobyov , Andreas Schwab , gdb@sources.redhat.com References: <200411191233.22357.vladimir.vorobyov@iss.org.ua> <200411191641.15822.vladimir.vorobyov@iss.org.ua> <20041120013220.GB27485@nevyn.them.org> <200411221440.21131.vladimir.vorobyov@iss.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411221440.21131.vladimir.vorobyov@iss.org.ua> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00214.txt.bz2 On Mon, Nov 22, 2004 at 02:40:21PM +0200, Vladimir Vorobyov wrote: > I think I've added all missing routines and it ALMOST work. First, I > have to specify 'set remotetimeout 60' otherwise gdb reports timeout > error (Ignoring packet error, continuing...). > - Is it normal ? > Second, after I set any break point (e.g. break main) I cant use 'continue' > command. Program stops after any instruction with SIGTRAP. When I force > gdbserver to ignore 'stepping' variable, everything works fine. But Im sure > it is wrong correction. Who is responsible for reseting stepping? And why we > need it? Try CVS; Andreas has also just implemented m68k support. -- Daniel Jacobowitz