From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21729 invoked by alias); 30 Oct 2005 11:34:06 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 21715 invoked by uid 22791); 30 Oct 2005 11:34:02 -0000 Received: from [203.197.88.2] (HELO marvin.codito.net) (203.197.88.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 30 Oct 2005 11:34:02 +0000 Received: from zirakzigil.codito.co.in ([220.225.32.98]) (authenticated bits=0) by marvin.codito.net (8.13.5/8.13.5/Debian-3) with ESMTP id j9UBSJDT018929; Sun, 30 Oct 2005 16:58:25 +0530 Subject: Re: Developer Guide to GDB From: Ramana Radhakrishnan Reply-To: ramana.radhakrishnan@codito.com To: ".:SB:." Cc: gdb@sources.redhat.com In-Reply-To: <43649411.3090803@gmail.com> References: <43649411.3090803@gmail.com> Content-Type: text/plain Date: Sun, 30 Oct 2005 11:34:00 -0000 Message-Id: <1130671658.8415.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-10/txt/msg00220.txt.bz2 Hi, The way to play around would be to look at another port and look at gdbint. You are obviously using a very old version of GDB and a lot of things have changed. Which ARC are you working with / do you want a debugger for ? Is it the A4 ? I have earlier worked on a gdb port for later versions of the ARC which is available from my employers site http://www.codito.com , notably the tangent A5 and the ARC700 . We are still to integrate this with the FSF tree. cheers Ramana On Sun, 2005-10-30 at 10:36 +0100, .:SB:. wrote: > Hi all, > > Past months i was working in gdb (4.18 release) to include certain > modifs to ARC systems, i was starting from scratch, i mean, no > previously xperience (source-code) about gdb but some knowledge in > debuggers, > > What i use to learn about was: > > a) "Debugging With Gdb - The Gnu Source-Level Debugger", > b) "McGraw Hill - GCC, the Complete Reference" > c) Obviously, the code: tm-*.h, *-tdep.c, remote-*.c, and related files... > d) ./gdb/doc/gdbint.ps > > Just wondering if anyone can help me with a good doc repository or > step-by-step or something like that, now im confortable with gdb source > code, but help is allways appreciated and sometimes i needed. I know the > other way (what i was actually doing) is to inspect the code, check > other processors, and try to do your own... > > TIA > > J.J. >