From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31824 invoked by alias); 21 Jun 2010 21:24:52 -0000 Received: (qmail 31811 invoked by uid 22791); 21 Jun 2010 21:24:51 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Jun 2010 21:24:47 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5LLOhT1004407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 Jun 2010 17:24:43 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5LLOhub015825; Mon, 21 Jun 2010 17:24:43 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o5LLOg9r006277; Mon, 21 Jun 2010 17:24:42 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 145B83792C6; Mon, 21 Jun 2010 15:24:42 -0600 (MDT) From: Tom Tromey To: =?utf-8?Q?S=C3=A9bastien?= Granjoux Cc: =?utf-8?Q?S=C3=A9bastien?= Granjoux , gdb@sourceware.org Subject: Re: How to get raw data with MI when pretty printing is enabled ? References: <4C1C8088.90902@free.fr> <4C1FC91F.4000002@free.fr> Reply-To: tromey@redhat.com Date: Mon, 21 Jun 2010 21:24:00 -0000 In-Reply-To: <4C1FC91F.4000002@free.fr> (=?utf-8?Q?=22S=C3=A9bastien?= Granjoux"'s message of "Mon, 21 Jun 2010 22:18:39 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 2010-06/txt/msg00090.txt.bz2 >>>>> "S=C3=A9bastien" =3D=3D S=C3=A9bastien Granjoux wri= tes: S=C3=A9bastien> -var-set-visualizer var2 None S=C3=A9bastien> ^done S=C3=A9bastien> (gdb) S=C3=A9bastien> -var-evaluate-expression var2 S=C3=A9bastien> ^done,value=3D"{...}" S=C3=A9bastien> (gdb) S=C3=A9bastien> I would expect value=3D"0x9ae2c90" for the last command. Th= en, I have S=C3=A9bastien> use gdb version 7.0.50.20091001-cvs, perhaps it's working w= ith the S=C3=A9bastien> latest one. The test suite does a -var-update instead of -var-evaluate-expression. Could you try that instead? I'm not completely sure if the above is intended to work or not. Please file a bug report, in case it is supposed to. thanks, Tom