From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1653 invoked by alias); 15 Jun 2005 17:06:15 -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 1619 invoked by uid 22791); 15 Jun 2005 17:06:09 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 15 Jun 2005 17:06:09 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-247-131.inter.net.il [83.130.247.131]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BNR56379 (AUTH halo1); Wed, 15 Jun 2005 20:06:05 +0300 (IDT) Date: Wed, 15 Jun 2005 17:06:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sources.redhat.com In-reply-to: <17071.40307.949193.158796@farnswood.snap.net.nz> (message from Nick Roberts on Wed, 15 Jun 2005 15:16:03 +1200) Subject: Re: [PATCH] Removal of markup annotations Reply-to: Eli Zaretskii References: <17071.40307.949193.158796@farnswood.snap.net.nz> X-SW-Source: 2005-06/txt/msg00201.txt.bz2 > From: Nick Roberts > Date: Wed, 15 Jun 2005 15:16:03 +1200 > > 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. TIA