From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1295 invoked by alias); 24 Jun 2010 01:16:48 -0000 Received: (qmail 1275 invoked by uid 22791); 24 Jun 2010 01:16:46 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-px0-f169.google.com (HELO mail-px0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jun 2010 01:16:43 +0000 Received: by pxi17 with SMTP id 17so3029853pxi.0 for ; Wed, 23 Jun 2010 18:16:42 -0700 (PDT) Received: by 10.115.39.40 with SMTP id r40mr8476538waj.183.1277342201817; Wed, 23 Jun 2010 18:16:41 -0700 (PDT) Received: from [172.16.153.64] ([60.12.143.3]) by mx.google.com with ESMTPS id c22sm3147728wam.18.2010.06.23.18.16.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 18:16:40 -0700 (PDT) Message-ID: <4C22B185.5050206@gmail.com> Date: Thu, 24 Jun 2010 01:16:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: tromey@redhat.com CC: gdb@sourceware.org, libstdc++@gcc.gnu.org, Matthias Klose Subject: Re: About the "info locals" command of gdb and python pretty printer References: <4C21FCDC.5050503__12891.7291098789$1277296251$gmane$org@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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/msg00117.txt.bz2 On 2010-6-24 4:28, Tom Tromey wrote: > I think this is pretty unlikely to have been caused by the recent patch. > Instead it sounds like the printers aren't being read in. > > What version of Python are you using? > > Thanks for the reply I use python stable 2.6.5 version on Windows. http://www.python.org/ftp/python/2.6.5/python-2.6.5.msi asm