From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4695 invoked by alias); 19 Jun 2010 08:32:19 -0000 Received: (qmail 4679 invoked by uid 22791); 19 Jun 2010 08:32:18 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from smtp5-g21.free.fr (HELO smtp5-g21.free.fr) (212.27.42.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Jun 2010 08:32:14 +0000 Received: from [192.168.0.11] (cvl92-3-82-247-217-100.fbx.proxad.net [82.247.217.100]) by smtp5-g21.free.fr (Postfix) with ESMTP id 1E78ED480D7 for ; Sat, 19 Jun 2010 10:32:06 +0200 (CEST) Message-ID: <4C1C8088.90902@free.fr> Date: Sat, 19 Jun 2010 08:32:00 -0000 From: =?ISO-8859-1?Q?S=E9bastien_Granjoux?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100422 Mandriva/3.0.4-0.4mdv2009.1 (2009.1) Thunderbird/3.0.4 MIME-Version: 1.0 To: gdb@sourceware.org Subject: How to get raw data with MI when pretty printing is enabled ? Content-Type: text/plain; charset=ISO-8859-1; 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/msg00078.txt.bz2 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