From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3621 invoked by alias); 11 Nov 2010 14:44:02 -0000 Received: (qmail 3608 invoked by uid 22791); 11 Nov 2010 14:44:01 -0000 X-SWARE-Spam-Status: No, hits=2.9 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Nov 2010 14:43:58 +0000 Received: by ewy25 with SMTP id 25so1096107ewy.0 for ; Thu, 11 Nov 2010 06:43:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.17.139 with SMTP id s11mr916080eba.51.1289486635533; Thu, 11 Nov 2010 06:43:55 -0800 (PST) Received: by 10.213.34.73 with HTTP; Thu, 11 Nov 2010 06:43:55 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Nov 2010 14:44:00 -0000 Message-ID: Subject: Fwd: Porting GDB to new architecture From: Dalibor Kovacevic To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2010-11/txt/msg00051.txt.bz2 Hi, I'm porting gdb 7.2 to a new architecture and I need a few tips to get me started. I have read all about porting gdb that google search found on that subject. The HOW TO from Jeremy Bennett helped me allot to understand what I need to do. But before the start of porting I was wondering could someone help me choose the starting template from already ported architectures. Mine is a combination of DSP and a microcontroller, binutils are already ported so i have BFD, it will be debugged via stub. Regards Dalibor Kovacevic