From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31219 invoked by alias); 26 Sep 2007 21:28:05 -0000 Received: (qmail 31211 invoked by uid 22791); 26 Sep 2007 21:28:05 -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; Wed, 26 Sep 2007 21:28:03 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D62FB9832A; Wed, 26 Sep 2007 21:28:01 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B76A6982AD; Wed, 26 Sep 2007 21:28:01 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IaeQK-0004Yn-Vu; Wed, 26 Sep 2007 17:28:00 -0400 Date: Wed, 26 Sep 2007 21:38:00 -0000 From: Daniel Jacobowitz To: Erik Niessen Cc: gdb@sourceware.org Subject: Re: inconsistency in printing out the value of an unsigned short in gdb Message-ID: <20070926212800.GC17502@caradoc.them.org> Mail-Followup-To: Erik Niessen , gdb@sourceware.org References: <20070925141947.GA6437@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00219.txt.bz2 On Wed, Sep 26, 2007 at 09:35:55AM +0200, Erik Niessen wrote: > Hi Daniel, > > Thanks for your fast reply. I tried with different versions of g++ > (3.4.6, 4.0, 4.0.4) they all have the same problem. > Is there a way how I can check the produced debug info for example via objdump? Try readelf -wi. -- Daniel Jacobowitz CodeSourcery