From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1936 invoked by alias); 3 Feb 2010 22:48:27 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 1927 invoked by uid 22791); 3 Feb 2010 22:48:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Roland McGrath Cc: Chris Moller , Eric Bachalo , Project Archer Subject: Re: PR 11067 References: <4B68A35E.2050301@redhat.com> <4B68DC25.1090808@redhat.com> <4B69F028.9070006@redhat.com> <20100203224239.04338AA@magilla.sf.frob.com> Reply-To: Tom Tromey Date: Wed, 03 Feb 2010 22:48:00 -0000 In-Reply-To: <20100203224239.04338AA@magilla.sf.frob.com> (Roland McGrath's message of "Wed, 3 Feb 2010 14:42:38 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q1/txt/msg00053.txt.bz2 >>>>> "Roland" == Roland McGrath writes: Roland> I think it should use a format consistent with p/c, e.g.: Roland> (gdb) p 'a' Roland> $1 = 97 'a' Roland> (gdb) p ENUM1 Roland> $2 = (enum frobozz) 1 ENUM1 Works for me. Chris, please do it this way, thanks. Tom