From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6923 invoked by alias); 26 Jan 2006 16:24:12 -0000 Received: (qmail 6915 invoked by uid 22791); 26 Jan 2006 16:24:12 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jan 2006 16:24:10 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F29tH-0000PG-7K for gdb@sources.redhat.com; Thu, 26 Jan 2006 17:22:33 +0100 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jan 2006 17:22:31 +0100 Received: from ghost by zigzag.lvk.cs.msu.su with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jan 2006 17:22:31 +0100 To: gdb@sources.redhat.com From: Vladimir Prus Subject: MI equivalent for "whatis" Date: Thu, 26 Jan 2006 16:38:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.8.2 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00266.txt.bz2 Is there any MI command that does the same as "whatis". The "-symbol-type" is not implemented and to use `-var-info-type' I need to use "variable-objects", which is too much of refactoring. - Volodya