From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32750 invoked by alias); 5 Jan 2009 08:52:11 -0000 Received: (qmail 32742 invoked by uid 22791); 5 Jan 2009 08:52:11 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_20,SPF_PASS X-Spam-Check-By: sourceware.org Received: from plmler2.mail.eds.com (HELO plmler2.mail.eds.com) (199.228.142.72) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Jan 2009 08:52:07 +0000 Received: from plmlir4.mail.eds.com (plmlir4-2.mail.eds.com [199.228.142.134]) by plmler2.mail.eds.com (8.14.2/8.13.8) with ESMTP id n058q4Fs025417 for ; Mon, 5 Jan 2009 02:52:04 -0600 Received: from plmlir4.mail.eds.com (localhost [127.0.0.1]) by plmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id n058pnrl009226 for ; Mon, 5 Jan 2009 02:51:49 -0600 Received: from usplmvpfe001.ent.rt.verigy.net ([192.100.40.4]) by plmlir4.mail.eds.com (8.13.8/8.12.10) with ESMTP id n058pnev009221 for ; Mon, 5 Jan 2009 02:51:49 -0600 X-EDSINT-Source-Ip: 192.100.40.4 Received: from usplmvpbe001.ent.rt.verigy.net ([10.16.58.34]) by usplmvpfe001.ent.rt.verigy.net with Microsoft SMTPSVC(6.0.3790.1830); Mon, 5 Jan 2009 02:51:48 -0600 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: GDB MI and actual type of a pointer or reference Date: Mon, 05 Jan 2009 08:52:00 -0000 Message-ID: <58596C4646708B4BB990C44839973330181A92@usplmvpbe001.ent.rt.verigy.net> In-Reply-To: <20090105034419.GA20581@caradoc.them.org> References: <4960BAC8.7020801@web.de> <20090105034419.GA20581@caradoc.them.org> From: "Elmenthaler, Jens" To: 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: 2009-01/txt/msg00010.txt.bz2 Hi, When using gdb on the command line, the print command is able to inspect th= e actual type of pointers and references, instead of just the declared type= (after sending "set print object on"). Is something similar available when using MI? Jens.