From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8566 invoked by alias); 15 Jun 2005 23:07:33 -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 8409 invoked by uid 22791); 15 Jun 2005 23:07:24 -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 23:07:24 +0000 Received: from farnswood.snap.net.nz (p79-tnt2.snap.net.nz [202.124.108.79]) by viper.snap.net.nz (Postfix) with ESMTP id 55B2A554A9A; Thu, 16 Jun 2005 11:07:21 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id CA44E62A99; Thu, 16 Jun 2005 00:05:04 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17072.46112.23475.26195@farnswood.snap.net.nz> Date: Wed, 15 Jun 2005 23:07:00 -0000 To: Bob Rossi Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Removal of markup annotations In-Reply-To: <20050615154057.GB20778@white> References: <17071.40307.949193.158796@farnswood.snap.net.nz> <20050615154057.GB20778@white> X-SW-Source: 2005-06/txt/msg00209.txt.bz2 > Out of all of the annotations that you are removing here, CGDB only > depends on annotate_breakpoints_headers, annotate_field, > annotate_breakpoints_table, annotate_record and > annotate_breakpoints_table_end. These are undocumented annotations and just mark up the output. Could you parse it from the syntax instead? > I'll have to look deeper to verify this, but if this is true, it would > really simplify my life if we could leave those in. That at least would > allow CGDB to work with the next release of GDB while I work on > GDB/MI and getting CGDB to integrate with it. I've come to the conclusion that a fully working GDB/MI is a major task. Sorting out annotations could be done much more quickly. Nick