From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 15 Oct 2009 19:22:55 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 25535 invoked by uid 22791); 15 Oct 2009 19:22:53 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Thu, 15 Oct 2009 19:22:00 -0000 Message-ID: <6feea4870910151222n7bbd99cm123030dd8a1916e0@mail.gmail.com> Subject: ping: Re: Patch to add rtti_type member to gdb.Value From: "Andrew C. Morrow" To: archer@sourceware.org Cc: Richard Ward Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2009-q4/txt/msg00013.txt.bz2 This patch: http://sourceware.org/ml/archer/2009-q3/msg00260.html adds an rtti_type field to values, making it possible, among other things, to cast an object to its runtime type in a python pretty printer. It was proposed and reviewed a few weeks ago, but there hasn't been any follow-up or commit. Can someone take another look and perhaps commit if it seems ready to go? Thanks, Andrew