From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26534 invoked by alias); 24 Sep 2002 18:50:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26491 invoked from network); 24 Sep 2002 18:50:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Sep 2002 18:50:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8OIWji24539 for ; Tue, 24 Sep 2002 14:32:45 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8OIoYf18416 for ; Tue, 24 Sep 2002 14:50:34 -0400 Received: from valrhona.uglyboxes.com (IDENT:KUz+JfFAii5tSZgOSlV+2BcuxUcokJ+S@vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8OIoXJ18284 for ; Tue, 24 Sep 2002 14:50:34 -0400 Date: Tue, 24 Sep 2002 11:50:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: gdb-patches@sources.redhat.com Subject: Re: [RFA] (varobj) Fix gdb/701 In-Reply-To: <3D90B123.90200@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00587.txt.bz2 On Tue, 24 Sep 2002, Fernando Nasser wrote: > This is an obvious fix. The whole point in having get_type and > get_target_type was to prevent things like this to happen. Well, it's obvious to me, but it may not be so obvious to others, I think. Anyway, I've committed this, and I will close gdbMI/720. Keith