From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18028 invoked by alias); 10 May 2003 22:35:44 -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 17977 invoked from network); 10 May 2003 22:35:43 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.51.176) by sources.redhat.com with SMTP; 10 May 2003 22:35:43 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 6A10975FDD; Sat, 10 May 2003 23:31:00 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16061.32163.69181.411133@nick.uklinux.net> Date: Sat, 10 May 2003 22:35:00 -0000 To: ac131313@redhat.com Cc: gdb@sources.redhat.com Subject: Re: GDB 6 X-SW-Source: 2003-05/txt/msg00193.txt.bz2 > > What exactly do you mean here? > > Annotations Level 2 will stay in gdb for version 6.0? > > This would truly be a great thing. > It won't have been deleted (but it would continue to be on notice). Will GDB 6 have annotation level three? The patch that you posted (2003-03-11) doesn't appear to have been applied yet. I might have lost the plot a bit. I initially checked out interps-20030202-branch but, after some difficulty, I moved to HEAD and found that things like -interpreter-exec console cli-command and interpreter mi - were present there also. Am I in the right place? In the past you have suggested that (in the fullness of time) > The events [annotations] remain (target changed, breakpoint created, ....). > The markups are removed (*-{begin,end}) I've got my head round variable objects and think that they might map on to alists and the Emacs speedbar quite well. This means I can avoid the annotations that mark up displayed expressions. However, the proposed patch also removed some event annotations e.g source, query. I would like these to stay. Here is a revised and reduced list of annotations that I think I could work with: frames-invalid breakpoints-invalid pre-prompt prompt commands overload-choice query prompt-for-continue post-prompt source starting exited signalled signal breakpoint watchpoint frame-begin stopped Could these stay? (indefinitely?) Nick