From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9609 invoked by alias); 19 Jun 2010 08:44:19 -0000 Received: (qmail 9600 invoked by uid 22791); 19 Jun 2010 08:44:18 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Jun 2010 08:44:15 +0000 Received: by pvg16 with SMTP id 16so1257567pvg.0 for ; Sat, 19 Jun 2010 01:44:14 -0700 (PDT) Received: by 10.115.80.7 with SMTP id h7mr1740362wal.159.1276937053956; Sat, 19 Jun 2010 01:44:13 -0700 (PDT) Received: from [172.16.146.80] ([60.12.143.27]) by mx.google.com with ESMTPS id d16sm37200002wam.12.2010.06.19.01.44.11 (version=SSLv3 cipher=RC4-MD5); Sat, 19 Jun 2010 01:44:13 -0700 (PDT) Message-ID: <4C1C8375.7080700@gmail.com> Date: Sat, 19 Jun 2010 08:44:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: =?UTF-8?B?U8OpYmFzdGllbiBHcmFuam91eA==?= CC: gdb@sourceware.org Subject: Re: How to get raw data with MI when pretty printing is enabled ? References: <4C1C8088.90902@free.fr> In-Reply-To: <4C1C8088.90902@free.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: 2010-06/txt/msg00079.txt.bz2 On 2010-6-19 16:32, Sébastien Granjoux wrote: > Hi, > > The pretty printing display is easier to read. But if the data are > wrong it can be useful to see exactly what is the content of a > variable. Is it possible get this after using -enable-pretty-printing ? > > As pretty-printing can change the number of children, I suppose it > cannot be done using -var-set-format or something similar. But I think > it would be useful if it is possible to create a new variable object > which is not using pretty printer. > > Regards, > > Sébastien If you are not in MI mode, the command is like: print /r YourVariableName asmwarrior ollydbg from codeblocks' forum