From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16228 invoked by alias); 26 Jan 2015 04:43:30 -0000 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 Received: (qmail 16205 invoked by uid 89); 26 Jan 2015 04:43:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 04:43:27 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EA5C2116311; Sun, 25 Jan 2015 23:43:24 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AiKYa56w8LlK; Sun, 25 Jan 2015 23:43:24 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7885E116309; Sun, 25 Jan 2015 23:43:24 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 73BEA40E88; Mon, 26 Jan 2015 08:43:19 +0400 (RET) Date: Mon, 26 Jan 2015 10:51:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches Subject: pushed: FYI: [python/Ada] gdb.lookup_type fails to looking primitive type Message-ID: <20150126044319.GA4697@adacore.com> References: <1421083588-927-1-git-send-email-brobecker@adacore.com> <20150113094426.GE8167@adacore.com> <20150114050051.GH8167@adacore.com> <20150121094440.GA24515@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00697.txt.bz2 > Ah, I didn't know you were waiting on me. > I think printing the type name is just what was chosen at the time. > That choice is fine by me fwiw. > > > gdb/ChangeLog: > > > > * gdb.python/py-lookup-type.exp (test_lookup_type): Change > > the second test to print the name attribute of value > > returned by the call to gdb.lookup_type, and adjust > > the expected output accordingly. > > > > Tested on x86_64-linux. > > > > Does this change answer your concerns? > > There was no need to address anything, but thanks. > I was just making a suggestion for the next time. > [And I mean "suggestion" literally. 1/2 :-)] > > The patch is fine by me. > Thanks again. Thanks for the feedback. I pushed the patch to master. -- Joel