From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15108 invoked by alias); 14 Mar 2003 00:08:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14970 invoked from network); 14 Mar 2003 00:08:33 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.51.101) by sources.redhat.com with SMTP; 14 Mar 2003 00:08:33 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 693B876038; Fri, 14 Mar 2003 00:04:56 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15985.7336.23998.590592@nick.uklinux.net> Date: Fri, 14 Mar 2003 00:08:00 -0000 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, bob_rossi@cox.net Subject: [rfc] Annotation level THREE In-Reply-To: <3E6E7326.3020906@redhat.com> References: <3E6E7326.3020906@redhat.com> X-SW-Source: 2003-03/txt/msg00313.txt.bz2 > To follow through a discussion on gdb@ this patch adds annotation level > three to the GDB sources. > Annotation level three: > - keeps the event notifications from annotation level two > - removes all the output markups I don't really follow this. It looks like level three annotations will have a lot of the annotations missing. To currently work gdb-ui.el needs: 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 display-begin display-end display-number-end array-section-begin array-section-end field-begin field-end It needn't use frames-invalid and breakpoints-invalid which are repeatedly generated during a run and possibly other selected ones could go. However, some appear to be essential e.g display-begin as the MI equivalent, -display-insert, isn't implemented and I don't know how to make use of variable objects. Nick