From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1391 invoked by alias); 17 Oct 2002 20:38:33 -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 1381 invoked from network); 17 Oct 2002 20:38:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Oct 2002 20:38:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9HKHfw03595 for ; Thu, 17 Oct 2002 16:17:41 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9HKcVf04354; Thu, 17 Oct 2002 16:38:31 -0400 Received: from valrhona.uglyboxes.com (IDENT:OdMBLJ+/mJUzIFbln74nFDOk9/gWzorm@vpn50-10.rdu.redhat.com [172.16.50.10]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9HKcUT09748; Thu, 17 Oct 2002 16:38:31 -0400 Date: Thu, 17 Oct 2002 13:38:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Fernando Nasser cc: gdb@sources.redhat.com Subject: Re: [RFC] MI varobj testsuite support In-Reply-To: <3DAF1B94.1050907@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00130.txt.bz2 On Thu, 17 Oct 2002, Fernando Nasser wrote: > What about the other commands like -var-info-num-children, -var-update, > etc.? Would we still use the old way? No, I simply haven't added those yet. I wanted to request comments about whether anyone really wanted/cared to have such a thing submitted. > I have the impression that the command part is not really useful. We > could live with the pattern part only. The reason the command part exists is to facilitate command construction across multiple versions of MI. It is also used to pin down the names of the varobjs. It's only a convenience. I find it easier to write "Varobj::create foo" than "-var-create foo * foo"; I can never remember the whole syntax without looking it up. I can whack it before submitting. Keith