Remote Debugging Redux
Andrew Cagney
ac131313@cygnus.com
Fri Feb 1 08:52:00 GMT 2002
> For me, and probably for a lot of other people,
> remote debugging is becoming increasingly important.
> In particular, we need gdb's "gdbserver" to support
> * multiple architectures
This could mean many things. Have a look at
http://sources.redhat.com/gdb/papers/multi-arch/real-multi-arch/
I suspect you mean support for more architectures.
> * multiple threads
Yes.
> * stl and other complex C++ stuff, compiled with gcc 3.x
FYI, this has nothing to do with gdbserver.
> There's a lot of action behind the scenes, and it's confusing
> to the casual onlooker. So I'm starting to collect notes
> on the subject at
> http://www.kegel.com/linux/gdbserver.html
> including e.g. a link to the gdbserver patches for powerpc
> and arm that Daniel Jacobowitz just posted.
>
> If anyone knows of related pages or information missing
> from my page, please email me, additions and corrections
> gladly accepted.
I'll add a link to http://sources.redhat.com/gdb/links/
Andrew
More information about the Gdb
mailing list