From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20327 invoked by alias); 30 Jun 2009 14:09:17 -0000 Received: (qmail 20318 invoked by uid 22791); 30 Jun 2009 14:09:16 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Jun 2009 14:09:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n5UE95rY010963 for ; Tue, 30 Jun 2009 10:09:05 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5UE93JM027707 for ; Tue, 30 Jun 2009 10:09:04 -0400 Received: from opsy.redhat.com (vpn-225-39.phx2.redhat.com [10.3.225.39]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5UE93tW023235; Tue, 30 Jun 2009 10:09:03 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 8DC2B3784C0; Tue, 30 Jun 2009 08:09:02 -0600 (MDT) To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: varobj_get_type cleanup References: <200906301325.32442.vladimir@codesourcery.com> From: Tom Tromey Reply-To: tromey@redhat.com Date: Tue, 30 Jun 2009 14:09:00 -0000 In-Reply-To: <200906301325.32442.vladimir@codesourcery.com> (Vladimir Prus's message of "Tue\, 30 Jun 2009 13\:25\:32 +0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00870.txt.bz2 >>>>> "Vladimir" == Vladimir Prus writes: Vladimir> I've checked in the below obvious cleanup. Vladimir> +#include "typeprint.h" FYI, this doesn't declare anything of interest. type_to_string is declared, strangely, in value.h. (I would have expected gdbtypes.h, myself.) I think I'll go make this same patch in Python now :-) Tom