From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11253 invoked by alias); 31 Mar 2003 21:16:02 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11134 invoked from network); 31 Mar 2003 21:16:00 -0000 Received: from unknown (HELO stardust.solidas.com) (217.13.28.73) by sources.redhat.com with SMTP; 31 Mar 2003 21:16:00 -0000 Received: from solidas.com (217-13-28-85.dd.nextgentel.com [217.13.28.85]) (authenticated) by stardust.solidas.com (8.11.6/8.11.6) with ESMTP id h2VLFvd20695; Mon, 31 Mar 2003 23:15:57 +0200 Message-ID: <3E88B00B.3080905@solidas.com> Date: Mon, 31 Mar 2003 21:16:00 -0000 From: "Svein E. Seldal" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Corey Minyard CC: gdb@sources.redhat.com Subject: Re: Porting advice References: <3E81F982.5080802@solidas.com> <3E888638.4060308@acm.org> In-Reply-To: <3E888638.4060308@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00422.txt.bz2 Corey Minyard wrote: > You would save yourself a lot of work if you went to Google and type "TI > DSP gdb". > > It gives the following web site: http://www.elec.canterbury.ac.nz/c4x/ Thanks. I am well aware of this page. In fact, all tic4x work is originating from that page/author. I am cooperating with Michael Hayes (the author) on this, and therefore I have become the binutils maintainer for the tic4x port; which mostly was based on his patches. What's found on this website is old and outdated. Now, its time for me to look at gdb for this target. I have a tic4x patch for gdb from Michael. An old semi-working one, but I have one. My job now would be to adopt this patch to gdb HEAD (including things like multiarch and such). -- And eventually I intend to maintain the gdb port together with binutils. So here I am, needing to understand gdb. Thus all the questions.... Svein