From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20500 invoked by alias); 31 Mar 2012 06:57:58 -0000 Received: (qmail 20489 invoked by uid 22791); 31 Mar 2012 06:57:57 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from forward8.mail.yandex.net (HELO forward8.mail.yandex.net) (77.88.61.38) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Mar 2012 06:57:43 +0000 Received: from web108.yandex.ru (web108.yandex.ru [77.88.61.9]) by forward8.mail.yandex.net (Yandex) with ESMTP id 5873BF613F1; Sat, 31 Mar 2012 10:57:41 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web108.yandex.ru (Yandex) with ESMTP id 22F64D1804A; Sat, 31 Mar 2012 10:57:41 +0400 (MSK) Received: from SOL-FTTB.253.104.27.94.sovam.net.ua (SOL-FTTB.253.104.27.94.sovam.net.ua [94.27.104.253]) by web108.yandex.ru with HTTP; Sat, 31 Mar 2012 10:57:40 +0400 From: xgsa To: Eli Zaretskii Cc: "gdb-patches@sourceware.org" In-Reply-To: <83obrdz579.fsf@gnu.org> References: <4ED92C05.9080803@yandex.ru> <4EF22A4D.80703@yandex.ru> <20111221193630.GA28985@host2.jankratochvil.net> <4EF30389.5010008@yandex.ru> <20111223200951.GA19581@host2.jankratochvil.net> <4EF5D1C5.5010902@yandex.ru> <20120102022153.GA686@host2.jankratochvil.net> <4F07177C.5080201@yandex.ru> <4F32C009.2050103@yandex.ru> <87pqdma1mo.fsf@fleche.redhat.com> <4F412637.2010405@yandex.ru> <4F660CF6.9070008@yandex.ru> <8339953anu.fsf@gnu.org> <4F66DBD0.4000903@yandex.ru> <83vcm01obe.fsf@gnu.org> <4F6CADEF.4080700@yandex.ru> <83vclmynmz.fsf@gnu.org> <4F761708.8080105@yandex.ru> <83r4w9zua0.fsf@gnu.org> <45311333142751@web61.yandex.ru> <83obrdz579.fsf@gnu.org> Subject: Re: set print object on should affect MI varobjs (PR mi/13393) MIME-Version: 1.0 Message-Id: <87971333177060@web108.yandex.ru> Date: Sat, 31 Mar 2012 06:57:00 -0000 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg01080.txt.bz2 31.03.2012, 09:53, "Eli Zaretskii" : > ššThe varobj's type. šThis is a string representation of the type, as > ššwould be printed by the @value{GDBN} CLI. šIf @samp{print object} > šš(@pxref{Print Settings, set print object}) is set to @code{on}, the > šš@emph{actual} (derived) type of the object is shown rather than the > šš@emph{declared} one. Ok, thanks. I'll provide the updated patch soon. Anton.