From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28720 invoked by alias); 28 Sep 2005 03:45: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 28701 invoked by uid 22791); 28 Sep 2005 03:45:41 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 28 Sep 2005 03:45:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EKSt1-0007iE-7q; Tue, 27 Sep 2005 23:45:39 -0400 Date: Wed, 28 Sep 2005 03:45:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Removal of markup annotations Message-ID: <20050928034539.GA29542@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17071.40307.949193.158796@farnswood.snap.net.nz> <20050928001644.A76A383B3@kahikatea.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050928001644.A76A383B3@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00267.txt.bz2 On Wed, Sep 28, 2005 at 12:16:44PM +1200, Nick Roberts wrote: > Nick Roberts (Wed, 15 Jun 2005 15:16:03 +1200) writes: > > > > 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)... > > Since no-one seems that interested, I would like to submit this much smaller > patch that just removes the breakpoints-invalid and frames-invalid from level > 3, which AFAIK only Emacs uses. > > Nick > > > 2005-09-28 Nick Roberts > > * annotate.c (breakpoints_changed, annotate_frames_invalid) > (_initialize_annotate): Print breakpoints-invalid and > frames-invalid for level 2 annotations only. I'm indifferent on removing them entirely, but I support removing them from level three. However other programs have definitely started to use level 3 - e.g. google found clewn.sf.net/clewn.txt.html. Actually that was the only one I could easily turn up. Want to double-check that it doesn't use these? -- Daniel Jacobowitz CodeSourcery, LLC