From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17900 invoked by alias); 7 Mar 2016 16:18:09 -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 17872 invoked by uid 89); 7 Mar 2016 16:18:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=D*ca, brobecker, Brobecker, simonmarchipolymtlca X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 07 Mar 2016 16:18:07 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acxr5-0006Gn-W1 for gdb-patches@sourceware.org; Mon, 07 Mar 2016 11:18:05 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acxr5-0006Gi-TK; Mon, 07 Mar 2016 11:17:59 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1274 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1acxr5-00037Z-5S; Mon, 07 Mar 2016 11:17:59 -0500 Date: Mon, 07 Mar 2016 16:18:00 -0000 Message-Id: <83egbmuurm.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <6d64d5d824055dfa70782fbd19f3ad75@simark.ca> (message from Simon Marchi on Mon, 07 Mar 2016 09:54:33 -0500) Subject: Re: [PATCH] Add $_as_string convenience function Reply-to: Eli Zaretskii References: <1457124218-22342-1-git-send-email-simon.marchi@polymtl.ca> <20160304230722.GB4291@adacore.com> <6d64d5d824055dfa70782fbd19f3ad75@simark.ca> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00114.txt.bz2 > Date: Mon, 07 Mar 2016 09:54:33 -0500 > From: Simon Marchi > Cc: gdb-patches@sourceware.org > > On 2016-03-04 18:07, Joel Brobecker wrote: > > Neat. I think this deserves a NEWS entry! > > That would be the NEWS entry: > > * New Python-based convenience function $_as_string(val), which returns > the textual representation of a value. This function is especially > useful to obtain the text label of an enum value. This is fine with me, thanks.