From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12813 invoked by alias); 21 Jun 2010 03:02:46 -0000 Received: (qmail 12478 invoked by uid 22791); 21 Jun 2010 03:02:45 -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,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Jun 2010 03:02:38 +0000 Received: by pwi7 with SMTP id 7so3495781pwi.0 for ; Sun, 20 Jun 2010 20:02:37 -0700 (PDT) Received: by 10.141.91.13 with SMTP id t13mr3319833rvl.266.1277089356842; Sun, 20 Jun 2010 20:02:36 -0700 (PDT) Received: from [172.16.130.140] ([60.12.143.11]) by mx.google.com with ESMTPS id f20sm2319600rvb.3.2010.06.20.20.02.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Jun 2010 20:02:36 -0700 (PDT) Message-ID: <4C1ED5DC.2000201@gmail.com> Date: Mon, 21 Jun 2010 03:02: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: gdb@sourceware.org CC: gcc@gcc.gnu.org Subject: Re: About the "info locals" command of gdb and python pretty printer Content-Type: text/plain; charset=UTF-8; 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: 2010-06/txt/msg00081.txt.bz2 Hi, all. About the "info locals" and python pretty printer problem I post here: http://sourceware.org/ml/gdb/2010-06/msg00080.html see the result here: http://forums.codeblocks.org/index.php/topic,12747.msg86443.html#msg86443 I have solved this problem by hacking the GDB source code. You can see the changed code here: http://sourceware.org/bugzilla/show_bug.cgi?id=11407#c33 Asmwarrior (ollydbg from codeblocks' forum)