From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13607 invoked by alias); 15 Jun 2005 21:41:48 -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 13316 invoked by uid 22791); 15 Jun 2005 21:41:44 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 15 Jun 2005 21:41:44 +0000 Received: from farnswood.snap.net.nz (p43-tnt2.snap.net.nz [202.124.108.43]) by viper.snap.net.nz (Postfix) with ESMTP id 2845754DAFA; Thu, 16 Jun 2005 09:41:41 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 17BC262A99; Wed, 15 Jun 2005 22:43:30 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17072.41218.396718.605132@farnswood.snap.net.nz> Date: Wed, 15 Jun 2005 21:41:00 -0000 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Removal of markup annotations In-Reply-To: References: <17071.40307.949193.158796@farnswood.snap.net.nz> X-SW-Source: 2005-06/txt/msg00207.txt.bz2 > > Here's the patch for the removal of some of the level 2 annotations that I > > referred to yesterday. It primarily removes the markup annotations that > > worked just with level (annotation_level == 2) and leaves those which also > > worked with level 3 (annotation_level > 2). But it also restricts > > breakpoints_changed and annotate_frames_invalid to level 2. > > If we are going to remove level-2 annotations, we should update the > manual to that effect. Please review the "Annotations" chapter in > gdb.texinfo and the text in annotate.texinfo, and see if anything > there needs to be changed. When we have agreed what can go, then I will do this. I would like to write the documentation just once, if thats possible. Nick