From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24216 invoked by alias); 26 Apr 2006 22:18:08 -0000 Received: (qmail 24208 invoked by uid 22791); 26 Apr 2006 22:18:08 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Apr 2006 22:18:06 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 6616B48CFD4 for ; Wed, 26 Apr 2006 18:18:04 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17852-01-8 for ; Wed, 26 Apr 2006 18:18:04 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id CB42248CDD6 for ; Wed, 26 Apr 2006 18:18:03 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 2D6F647E7F; Wed, 26 Apr 2006 15:18:01 -0700 (PDT) Date: Wed, 26 Apr 2006 22:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFC] problem fetching inferior memory due to breakpoint Message-ID: <20060426221801.GC930@adacore.com> References: <20060426190517.GA930@adacore.com> <20060426191946.GA28844@nevyn.them.org> <20060426211817.GB930@adacore.com> <20060426213923.GA6253@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060426213923.GA6253@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00349.txt.bz2 > Neither, where in win32-nat were you planning to modify? Presumably > you should change the i386 prologue analyzer. Aaahh, not win32-nat, but i386-tdep, in the prologue analyzer. If this is the prefered method, then I think you can expect a patch for tomorrow. -- Joel