From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26983 invoked by alias); 3 Mar 2005 17:51:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26614 invoked from network); 3 Mar 2005 17:51:34 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 3 Mar 2005 17:51:34 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D6uU1-0007dL-WF; Thu, 03 Mar 2005 12:51:34 -0500 Date: Thu, 03 Mar 2005 17:51:00 -0000 From: Daniel Jacobowitz To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] New GDB target iq2000 Message-ID: <20050303175133.GA29272@nevyn.them.org> Mail-Followup-To: Kevin Buettner , gdb-patches@sources.redhat.com References: <20050222114141.GA18314@cygbert.vinschen.de> <20050303173443.GD18681@nevyn.them.org> <20050303104629.678a0986@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050303104629.678a0986@ironwood.lan> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00035.txt.bz2 On Thu, Mar 03, 2005 at 10:46:29AM -0700, Kevin Buettner wrote: > On Thu, 3 Mar 2005 12:34:43 -0500 > Daniel Jacobowitz wrote: > > > I'm trying to cut down on the proliferation of linetable-aware code in > > tdep files. We've already got skip_prologue_using_sal, which is > > similar but not quite the same. Will that work for iq2000? Failing > > that, should the new method be used on other targets? There's nothing > > iq2000 specific about it. > > IMO, skip_prologue_using_sal() either needs to be rewritten or deleted. > In its present form, it's not very useful. FWIW, I have a small modification to it which lets it handle two consecutive line notes at the same address (it's still in my queue). After that, it was quite useful on ARM. If the generic version is not very useful, let's see what we can do about that! Could you elaborate? -- Daniel Jacobowitz CodeSourcery, LLC