From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20106 invoked by alias); 1 Apr 2008 18:20:19 -0000 Received: (qmail 20097 invoked by uid 22791); 1 Apr 2008 18:20:19 -0000 X-Spam-Check-By: sourceware.org Received: from mail.oarcorp.com (HELO OARmail.OARCORP.com) (216.186.189.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Apr 2008 18:20:01 +0000 Received: from [192.168.1.3] (192.168.1.3) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.1.263.0; Tue, 1 Apr 2008 13:16:51 -0500 Message-ID: <47F27CCA.6010309@oarcorp.com> Date: Tue, 01 Apr 2008 18:20:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Joel Sherrill , , Ralf Corsepius Subject: Re: Possible bug in gdb 6.7.1 References: <47F27A58.8010903@oarcorp.com> <20080401181537.GA30009@caradoc.them.org> In-Reply-To: <20080401181537.GA30009@caradoc.them.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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-04/txt/msg00005.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Apr 01, 2008 at 01:09:28PM -0500, Joel Sherrill wrote: > >> Hi, >> >> I accidentally did something stupid and think I tripped a bug in >> gdb. I was on an i386 target remotely debugging using a >> remote target to qemu. I switch targets a lot and accidentally >> looked at $pc instead of $eip. >> > > Try GDB 6.8, which should fix this. > Wow! That was quick. You fixed it and made a release. :-D Is the gdb webpage right now? The 6.8 news is there but the download link above it still says 6.7.1. Thanks for the quick reply. > -- > Daniel Jacobowitz > CodeSourcery > --joel