From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10835 invoked by alias); 4 Mar 2003 00:12:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10824 invoked from network); 4 Mar 2003 00:12:25 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 4 Mar 2003 00:12:25 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 21B6D2A9C; Mon, 3 Mar 2003 19:12:24 -0500 (EST) Message-ID: <3E63EF67.6050401@redhat.com> Date: Tue, 04 Mar 2003 00:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Roberts Cc: bob_rossi@cox.net, gdb@sources.redhat.com Subject: Re: GDB/MI revisited References: <15940.5214.123419.414411@nick.uklinux.net> <3E5CEA03.2070007@redhat.com> <15967.54551.724257.774642@nick.uklinux.net> <3E616E6D.1080908@redhat.com> <15970.39290.513649.825076@nick.uklinux.net> <3E63A84A.4030407@redhat.com> <15971.48556.869220.215035@nick.uklinux.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00068.txt.bz2 > > What about defining `level three' annotations as the event stuff from > > level two but with all the breakpoint et.al. markups removed? > > I think this is a good idea if it doesn't mean too much extra work for you. > It would certainly create some breathing space. Perhaps you could be more > specific about al if you are planning to remove other annotations than > breakpoints-invalid e.g frames-invalid. > > > Having the CLI generate event annotations is hardly different to having > > MI generate it's event messages. > > Which annotations constitute the event annotations? Things that look/sound like: breakpoints-changed stopped running ... Andrew