From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5011 invoked by alias); 31 Jan 2003 20:14:40 -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 5004 invoked from network); 31 Jan 2003 20:14:38 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.179) by 172.16.49.205 with SMTP; 31 Jan 2003 20:14:38 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 9BE6976037; Fri, 31 Jan 2003 20:11:08 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15930.55387.208309.948761@nick.uklinux.net> Date: Fri, 31 Jan 2003 20:14:00 -0000 To: gdb@sources.redhat.com Subject: Re: [Various] obsoleting the annotate level 2 interface X-SW-Source: 2003-01/txt/msg00534.txt.bz2 > On Wed, 29 Jan 2003 10:56:02 -0500, Christopher Faylor wrote: > > On Wed, Jan 29, 2003 at 04:51:06PM +0100, Arnaud Charlet wrote: > > > Honestly? No. MI has `kick ass' features sufficent to justify the > > > move now: > > Well fine, so we are in disagreement. Maybe the gdb GUI you've written > > does not have the same requirements than GVD has. > > I'm not saying MI does not have some added value compared to CLI, I'm > > just saying (and I'm not the only one) that there are some missing > > features in MI which are important enough to be taken into account. > And the missing features are...? Well, the current online documentation at, http://sources.redhat.com/gdb/current/onlinedocs/gdb_25.html#SEC217, says (summarised) : Also note that the commands with a non-available example (N.A.) are not yet implemented. -display-delete N.A. -display-disable N.A. -display-enable N.A. -display-insert N.A. -display-list N.A. -exec-abort N.A. -exec-show-arguments N.A. -file-list-exec-sections N.A. -file-list-exec-source-files N.A. -file-list-shared-libraries N.A. -file-list-symbol-files N.A. -stack-info-frame N.A. -symbol-info-address N.A. -symbol-info-file N.A. -symbol-info-function N.A. -symbol-info-line N.A. -symbol-info-symbol N.A. -symbol-list-functions N.A. -symbol-list-types N.A. -symbol-list-variables N.A. -symbol-locate N.A. -symbol-type N.A. -target-attach N.A. -target-compare-sections N.A. -target-exec-status N.A. -target-list-available-targets N.A. -target-list-current-targets N.A. -target-list-parameters N.A. -thread-info N.A. -thread-list-all-threads N.A. Ah, don't be fooled by the current online documentation... ;-) Nick