From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12429 invoked by alias); 29 Jun 2009 17:51:00 -0000 Received: (qmail 12415 invoked by uid 22791); 29 Jun 2009 17:50:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 17:50:48 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id n5THoisD015362 for ; Mon, 29 Jun 2009 18:50:44 +0100 Received: from qw-out-1920.google.com (qwk4.prod.google.com [10.241.195.132]) by wpaz29.hot.corp.google.com with ESMTP id n5THofi8029221 for ; Mon, 29 Jun 2009 10:50:42 -0700 Received: by qw-out-1920.google.com with SMTP id 4so1532870qwk.16 for ; Mon, 29 Jun 2009 10:50:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.88.134 with SMTP id a6mr1514733qcm.89.1246297841666; Mon, 29 Jun 2009 10:50:41 -0700 (PDT) In-Reply-To: References: <629542d40906281214x73c3b505nfeb7e7eecfb1f708@mail.gmail.com> Date: Mon, 29 Jun 2009 17:51:00 -0000 Message-ID: <8ac60eac0906291050k52e534a9peab3aa2b2345dbe@mail.gmail.com> Subject: Re: Execute code in python pretty printers From: Paul Pluzhnikov To: tromey@redhat.com Cc: Niko Sams , gdb Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-06/txt/msg00304.txt.bz2 On Mon, Jun 29, 2009 at 10:07 AM, Tom Tromey wrote: > Niko> So to find out the parent the method has to be executed. > Niko> Is this possible? > > No, we have not implemented inferior function calls on Value yet. But I believe it *is* possible (if ugly): http://sourceware.org/ml/archer/2009-q2/msg00197.html -- Paul Pluzhnikov