From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20527 invoked by alias); 6 Feb 2004 19:23:48 -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 20512 invoked from network); 6 Feb 2004 19:23:47 -0000 Received: from unknown (HELO mail-in.hq.tensilica.com) (65.205.227.29) by sources.redhat.com with SMTP; 6 Feb 2004 19:23:47 -0000 Received: from tensilica.com (tux.hq.tensilica.com [192.168.11.71]) by mail-in.hq.tensilica.com (8.11.6/8.9.3) with ESMTP id i16JNk632367 for ; Fri, 6 Feb 2004 11:23:46 -0800 Message-ID: <4023E9C2.3060903@tensilica.com> Date: Fri, 06 Feb 2004 19:23:00 -0000 From: Chris Zankel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031029 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: output formats bug? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00063.txt.bz2 GDB seems to be stuck with the constant char output format once that was used: GNU gdb 2004-02-02-cvs Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/i686/libthread_db.so.1". (gdb) x/c main 0x804830c
: 85 'U' (gdb) x/w main 0x804830c
: 85 'U' (gdb) (This is not a new bug, it seems to be there for a long time) -- Chris