From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6082 invoked by alias); 13 May 2003 17:47:18 -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 5646 invoked from network); 13 May 2003 17:47:14 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.230) by sources.redhat.com with SMTP; 13 May 2003 17:47:14 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 8380875FDE; Tue, 13 May 2003 18:42:36 +0100 (BST) From: Nick Roberts Message-ID: <16065.11916.110962.110711@nick.uklinux.net> Date: Tue, 13 May 2003 17:47:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bob Rossi Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: GDB 6 In-Reply-To: <20030512193653.GB18114@white> References: <16061.32163.69181.411133@nick.uklinux.net> <3EBE69AE.30001@redhat.com> <20030511201320.0C21675FDD@nick.uklinux.net> <20030512193653.GB18114@white> X-SW-Source: 2003-05/txt/msg00223.txt.bz2 > Also, do you relize that breakpoint-invalid is buggy? > For many versions, gdb will not output breakpoints-invalid when you > delete the last breakpoint in the list. > > so, > > b main > delete main > > you will not get a breakpoints-invalid and emacs will still be > displaying a breakpoint. I guess you mean `clear main' or `delete 1'. I've never had this problem. Perhaps its is version or configuration dependent. For example, I've noticed that Gdb 5.0 configured as mips-sgi-irix6.2 doesn't generate pre-prompt or prompt annotations but its always worked elsewhere. Nick