From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28152 invoked by alias); 20 Jul 2012 20:11:26 -0000 Received: (qmail 28135 invoked by uid 22791); 20 Jul 2012 20:11:22 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Jul 2012 20:11:09 +0000 Received: by bkcjc3 with SMTP id jc3so3766391bkc.0 for ; Fri, 20 Jul 2012 13:11:08 -0700 (PDT) Received: by 10.204.130.216 with SMTP id u24mr3779730bks.119.1342815068081; Fri, 20 Jul 2012 13:11:08 -0700 (PDT) Received: from [10.0.0.3] (d83-191-103-145.cust.tele2.at. [83.191.103.145]) by mx.google.com with ESMTPS id hs2sm3381410bkc.1.2012.07.20.13.11.06 (version=SSLv3 cipher=OTHER); Fri, 20 Jul 2012 13:11:07 -0700 (PDT) Message-ID: <5009BB59.8080300@googlemail.com> Date: Fri, 20 Jul 2012 20:11:00 -0000 From: Oliver Buchtala User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Tom Tromey CC: gdb@sourceware.org Subject: Re: Inconsistency between results of pretty-printing children References: <50092D6B.3040103@googlemail.com> <50095229.3030400@googlemail.com> <871uk6usbc.fsf@fleche.redhat.com> In-Reply-To: <871uk6usbc.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-07/txt/msg00061.txt.bz2 On 20.07.2012 21:48, Tom Tromey wrote: >>>>>> "Oliver" == Oliver Buchtala writes: > Oliver> I have created an iterator that would show the correct result in gdb's > Oliver> print for a children method return (key,value) tuples: > > Could you send a complete example? > That would help. > > As far as I know, there aren't bugs in this area, and the existing > pretty-printers, say for libstdc++, work fine both from the CLI and from > MI. > > Tom Posting attachments on mailing-lists usually don't work... shall I open a bug instead? Regards, Oliver