From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25654 invoked by alias); 20 Jul 2011 10:13:11 -0000 Received: (qmail 25639 invoked by uid 22791); 20 Jul 2011 10:13:11 -0000 X-SWARE-Spam-Status: Yes, hits=5.7 required=5.0 tests=AWL,BAYES_95,DATE_IN_PAST_03_06,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,STOX_REPLY_TYPE,STOX_REPLY_TYPE_WITHOUT_QUOTES X-Spam-Check-By: sourceware.org Received: from snt0-omc1-s5.snt0.hotmail.com (HELO snt0-omc1-s5.snt0.hotmail.com) (65.55.90.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 10:12:56 +0000 Received: from SNT105-DS11 ([65.55.90.7]) by snt0-omc1-s5.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 20 Jul 2011 03:12:56 -0700 Message-ID: From: Alistair Leslie-Hughes To: Subject: struct/class members using mi interface Date: Wed, 20 Jul 2011 10:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00087.txt.bz2 Hi, Using the mi interface, is there a way to retrieve all the member variables of a class/struct? Best Regards Alistair Leslie-Hughes