From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31558 invoked by alias); 11 Jan 2008 22:59:55 -0000 Received: (qmail 31549 invoked by uid 22791); 11 Jan 2008 22:59:55 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jan 2008 22:59:31 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 77D779811D; Fri, 11 Jan 2008 22:59:29 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3F03F98100; Fri, 11 Jan 2008 22:59:29 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JDSqW-0006tU-4e; Fri, 11 Jan 2008 17:59:28 -0500 Date: Fri, 11 Jan 2008 22:59:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: Nick Roberts , Marc Khouzam , gdb@sources.redhat.com Subject: Re: -var-update using formatted value Message-ID: <20080111225928.GA26360@caradoc.them.org> Mail-Followup-To: Andreas Schwab , Nick Roberts , Marc Khouzam , gdb@sources.redhat.com References: <6D19CA8D71C89C43A057926FE0D4ADAA04290E1B@ecamlmw720.eamcs.ericsson.se> <18311.60638.724524.220449@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00079.txt.bz2 On Fri, Jan 11, 2008 at 11:53:04PM +0100, Andreas Schwab wrote: > It should begin with a digit, otherwise it could be mistaken for an > ordinary identifier. 0b is a often used prefix. That's unambiguous with other supported number formats and valid C tokens, I believe. If I'm right, it would be nice to be able to type binary numbers in GDB. -- Daniel Jacobowitz CodeSourcery