From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7099 invoked by alias); 22 Sep 2008 13:33:17 -0000 Received: (qmail 7087 invoked by uid 22791); 22 Sep 2008 13:33:16 -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; Mon, 22 Sep 2008 13:32:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4FCE110CFE; Mon, 22 Sep 2008 13:32:35 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 18EAD10CD9; Mon, 22 Sep 2008 13:32:35 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KhlWk-0007Pe-KD; Mon, 22 Sep 2008 09:32:34 -0400 Date: Mon, 22 Sep 2008 13:33:00 -0000 From: Daniel Jacobowitz To: Andrew Stubbs Cc: Mark Kettenis , gdb@sourceware.org Subject: Re: [commited] Detect bad debug info Message-ID: <20080922133234.GA28475@caradoc.them.org> Mail-Followup-To: Andrew Stubbs , Mark Kettenis , gdb@sourceware.org References: <48D3EC6C.8050809@codesourcery.com> <200809192224.m8JMOHEh032757@brahms.sibelius.xs4all.nl> <48D76849.90806@codesourcery.com> <20080922125011.GA25948@caradoc.them.org> <48D799CC.4020103@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48D799CC.4020103@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-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-09/txt/msg00120.txt.bz2 On Mon, Sep 22, 2008 at 02:12:44PM +0100, Andrew Stubbs wrote: > Daniel Jacobowitz wrote: >> On Mon, Sep 22, 2008 at 10:41:29AM +0100, Andrew Stubbs wrote: >>> The patch ensures that the debugger never attempts to read beyond the >>> end of the register file. >> >> Could you explain this in the code? I think it's more enlightening >> than "bad debug info". > > Very well, how about the attached? OK, thanks. -- Daniel Jacobowitz CodeSourcery