From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13061 invoked by alias); 22 May 2007 16:32:13 -0000 Received: (qmail 13048 invoked by uid 22791); 22 May 2007 16:32:12 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 May 2007 16:32:07 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id BDCA04B262; Tue, 22 May 2007 11:32:05 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 9C93A4B267; Tue, 22 May 2007 11:32:05 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HqXHJ-0006bq-0m; Tue, 22 May 2007 12:32:05 -0400 Date: Tue, 22 May 2007 16:32:00 -0000 From: Daniel Jacobowitz To: Robert Norton Cc: gdb@sourceware.org Subject: Re: Info reg sp Message-ID: <20070522163204.GA25392@caradoc.them.org> Mail-Followup-To: Robert Norton , gdb@sourceware.org References: <20070522153414.GA23001@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-05/txt/msg00110.txt.bz2 On Tue, May 22, 2007 at 08:58:28AM -0700, Robert Norton wrote: > The default print_registers seems to be immune to this by virtue of the > (slightly weird) for loop which compares every number less than > NUM_REGS+NUM_PSEUDO_REGS to regnum when printing a value! Design or > happy coincidence -- who can tell? Not a very satisfactory immunity; it will just print nothing. I think this was reported as a bug before. -- Daniel Jacobowitz CodeSourcery