From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29678 invoked by alias); 22 Sep 2006 18:52:53 -0000 Received: (qmail 29664 invoked by uid 22791); 22 Sep 2006 18:52:52 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Sep 2006 18:52:51 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 83DCD26D85; Fri, 22 Sep 2006 11:52:49 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13066-04-3; Fri, 22 Sep 2006 11:52:48 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 6DCBC26CEC; Fri, 22 Sep 2006 11:52:48 -0700 (PDT) Received: from 192.168.92.59 ([192.168.92.59]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Fri, 22 Sep 2006 18:52:48 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 22 Sep 2006 11:52:47 -0700 Subject: Re: Xtensa port From: Michael Snyder To: Maxim Grigoriev Cc: gdb-patches@sources.redhat.com, Bob Wilson , chris Zankel In-Reply-To: <45142A88.7000805@hq.tensilica.com> References: <45142A88.7000805@hq.tensilica.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 22 Sep 2006 18:52:00 -0000 Message-Id: <1158951165.22863.82.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes 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-09/txt/msg00144.txt.bz2 On Fri, 2006-09-22 at 11:25 -0700, Maxim Grigoriev wrote: > DESCRIPTION: > > Basic Xtensa port. It doesn't include any targets. The next step will be > a submission of "xtensa*-*-linux" target. It will include gdbserver port and > everything else necessary to debug Xtensa code on this target. > > If this port is accepted Tensilica commits to maintain GDB Xtensa support. Maxim, At a quick first glance, it looks pretty good. Do you have a copyright assignment on file? One question -- is there a reason for splitting xtensa-config.c into a separate file? Not necessarily a problem, but it seems to be mostly stuff that would traditionally go in the xxx-tdep.c file (such as the struct gdbarch_tdep object). Thanks, Michael Snyder