From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23132 invoked by alias); 14 Jul 2005 08:10:55 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23074 invoked by uid 22791); 14 Jul 2005 08:10:48 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 14 Jul 2005 08:10:48 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DsynR-0002SX-Ef for gdb@sources.redhat.com; Thu, 14 Jul 2005 10:10:17 +0200 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2005 10:10:17 +0200 Received: from ghost by zigzag.lvk.cs.msu.su with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2005 10:10:17 +0200 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: Formatting of function pointer value Date: Thu, 14 Jul 2005 08:10:00 -0000 Message-ID: References: <20050708135810.GB17089@nevyn.them.org> <17106.5796.850869.491390@farnswood.snap.net.nz> <20050711130742.GB25755@nevyn.them.org> <20050711132742.GA26465@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.8.2 X-SW-Source: 2005-07/txt/msg00164.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Jul 11, 2005 at 05:12:47PM +0400, Vladimir Prus wrote: >> > There's limited facility for computing values with machine-readable >> > results, probably because there has been limited need for it to date. >> >> So, >> 1. It's not possible to avoid those {} in the current code, using MI or >> CLI. 2. It's not likely that this will change >> Right? > > That's the opposite of what I said. If there's a need for printing the > values in some "raw" form, then a new MI command can be added to do so. But why a new command? MI is for frontends and they don't need any decoration of the value. Why not eliminate {} in MI mode? - Volodya