This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Developer Guide to GDB


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.
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]