From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5373 invoked by alias); 30 Sep 2008 00:13:28 -0000 Received: (qmail 5364 invoked by uid 22791); 30 Sep 2008 00:13:27 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 Sep 2008 00:12:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B27541F05C1; Mon, 29 Sep 2008 20:12:50 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id z+8TWTKmjZ-h; Mon, 29 Sep 2008 20:12:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5E7471F05B6; Mon, 29 Sep 2008 20:12:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 50FEEE7ACD; Mon, 29 Sep 2008 17:12:48 -0700 (PDT) Date: Tue, 30 Sep 2008 00:13:00 -0000 From: Joel Brobecker To: Pedro Alves , gdb-patches@sourceware.org, Tom Tromey Subject: Re: PR gdb/856 Message-ID: <20080930001248.GC3811@adacore.com> References: <20080929165712.GA3811@adacore.com> <200809291811.39619.pedro@codesourcery.com> <20080929171750.GB3811@adacore.com> <20080929180225.GA25971@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080929180225.GA25971@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00565.txt.bz2 > No. There can be more than one block at the PC. Aha, I see. So, is everyone OK with Tom adding the PC to the parse routine in order to solve his issue? -- Joel