From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24746 invoked by alias); 20 May 2008 18:33:34 -0000 Received: (qmail 24724 invoked by uid 22791); 20 May 2008 18:33:33 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 18:33:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4KIT92F008261; Tue, 20 May 2008 14:29:10 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4KIT9rw016840; Tue, 20 May 2008 14:29:09 -0400 Received: from opsy.redhat.com (vpn-10-63.bos.redhat.com [10.16.10.63]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4KIT800000465; Tue, 20 May 2008 14:29:09 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 2557B508026; Tue, 20 May 2008 12:29:08 -0600 (MDT) To: Pedro Alves Cc: gdb@sourceware.org, Peter Toft Subject: Re: Single stepping a simple C-program, but... References: <200805192148.18788.pedro@codesourcery.com> <200805192339.20457.pedro@codesourcery.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 20 May 2008 18:33:00 -0000 In-Reply-To: <200805192339.20457.pedro@codesourcery.com> (Pedro Alves's message of "Mon\, 19 May 2008 23\:39\:20 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-05/txt/msg00148.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> Special opcode 144: advance Address by 10 to 0x4004bd and Line by -1 to 7 Pedro> ^^^^^^ ^ Pedro> There you go. Not much for GDB to do. FWIW this does not seem to happen with the svn trunk gcc. Tom