From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15338 invoked by alias); 16 May 2006 19:05:40 -0000 Received: (qmail 15320 invoked by uid 22791); 16 May 2006 19:05:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 16 May 2006 19:04:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fg4qV-0002mc-49; Tue, 16 May 2006 15:04:39 -0400 Date: Tue, 16 May 2006 19:49:00 -0000 From: Daniel Jacobowitz To: Milrith Cc: gdb@sourceware.org Subject: Re: Problems with remote debugging on ARM Message-ID: <20060516190439.GA10663@nevyn.them.org> Mail-Followup-To: Milrith , gdb@sourceware.org References: <20060516180820.1dcb8eb4.milrith@gmail.com> <20060516161319.GA4329@nevyn.them.org> <20060516205958.beae8e7b.milrith@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060516205958.beae8e7b.milrith@gmail.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00243.txt.bz2 On Tue, May 16, 2006 at 08:59:58PM +0200, Milrith wrote: > Yes, I am using gdbserver. Right now SIGALRM is treated as pass noprint > nostop. Would you have more details on how to do this hack? ;) Look in gdbserver/linux-low.c for SIGRTMIN. > > > I have problems with breakpoints not taken into account, are there > > > known problems with some parts of my configuration (C++ or threads)? > > > > Are they in constructors? Google would be glad to tell you about the > > problem, in that case. > > Unfortunately not, it can happen in normal methods. I am compiling > with -g and without any optimisation option. Then we'll need you to submit a test case. > Another little problem: I can't autocomplete method names with "::" > after the class names (Class:: produces nothing), I suppose I am > missing a little something? Try putting a single quote beforehand: print 'Class:: That'll work for now. -- Daniel Jacobowitz CodeSourcery