From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28907 invoked by alias); 15 Nov 2006 06:09:06 -0000 Received: (qmail 28899 invoked by uid 22791); 15 Nov 2006 06:09:05 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Nov 2006 06:08:59 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 10DB748CC2D; Wed, 15 Nov 2006 01:08:58 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17274-01-4; Wed, 15 Nov 2006 01:08:57 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id B7D0148CBAE; Wed, 15 Nov 2006 01:08:57 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id C35B234C099; Tue, 14 Nov 2006 22:09:18 -0800 (PST) Date: Wed, 15 Nov 2006 06:09:00 -0000 From: Joel Brobecker To: Jesse Marlin Cc: gdb@sourceware.org Subject: Re: gdb 6.5 on AIX 5.3 not hitting breakpoints Message-ID: <20061115060918.GN3529@adacore.com> References: <455A1696.2060408@intec.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <455A1696.2060408@intec.us> User-Agent: Mutt/1.4.2.2i 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-11/txt/msg00094.txt.bz2 > I have built gdb-6.5 on AIX 5.3 and have noticed that it is not hitting > breakpoints. Is this a known problem and if so is there any workaround? As far as I can tell, appart from an unexpected warnings about the OS ABI which I will try to investigate when I have some time, the HEAD debugger from CVS seems to be working fine: (gdb) b break_me Breakpoint 1 at 0x100003e4: file foo.c, line 6. (gdb) run Starting program: /home/brobecke/test/ex/foo Breakpoint 1, break_me () at foo.c:6 6 printf ("Hello world\n"); I suggest trying the debugger from CVS, and if that doesn't work, then maybe trying to post more information about what compiler you used (I assumed GCC), which version, and provide a complete example that demonstrates the problem (sources and compilation switches that you used to build the example). -- Joel