From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4970 invoked by alias); 15 Oct 2010 22:38:35 -0000 Received: (qmail 4943 invoked by uid 22791); 15 Oct 2010 22:38:34 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Oct 2010 22:38:29 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9FMcPa4007300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 15 Oct 2010 18:38:25 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id o9FMcOhP012650; Fri, 15 Oct 2010 18:38:24 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o9FMcO9U030097; Fri, 15 Oct 2010 18:38:24 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id F0D23C883D5; Fri, 15 Oct 2010 16:38:23 -0600 (MDT) From: Tom Tromey To: =?utf-8?B?QW5kcsOpIFDDtm5pdHo=?= Cc: ext asmwarrior , "pmuldoon\@redhat.com" , "gdb\@sourceware.org" Subject: Re: gdb with python support still get crash on showing uninitialized local variables References: <4CB66700.3000907@gmail.com> <201010142029.24092.andre.poenitz@nokia.com> Date: Fri, 15 Oct 2010 22:38:00 -0000 In-Reply-To: <201010142029.24092.andre.poenitz@nokia.com> (=?utf-8?Q?=22An?= =?utf-8?Q?dr=C3=A9_P=C3=B6nitz=22's?= message of "Thu, 14 Oct 2010 20:29:23 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-10/txt/msg00063.txt.bz2 >>>>> "Andr=C3=A9" =3D=3D Andr=C3=A9 P=C3=B6nitz = writes: Andr=C3=A9> However, I do not use the gdb version of the pretty printers for Andr=C3=A9> the stability reason you just encountered, and because they Andr=C3=A9> cannot (easily...) create several layers including possibly Andr=C3=A9> "virtual" ones that do not correspond to actual objects on the Andr=C3=A9> inferior side. I don't understand this latter comment, but I would like to. Could you give an example? Or explain it in more depth? Tom