This is the mail archive of the gdb-patches@sources.redhat.com 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]

Multi-Threaded Extensions for GdbServer


Hi all,

several people asked me to post this to the wider audience of gdb
developers. AFAIK there are several approaches for extending the
gdbserver to be able to debug remote programs that use threads. The
attached patch does this. The main advantage of it is that it doesn't
require libthread_db or symbol information on the target. We need
this for debugging of embedded targets with limited resources.
The main downside of the patch is that it's for some pretty ancient
5.0 snapshot (20010427). It also contains a small number of general
fixes which are not related to MT debugging.

Regards,
Marius

-----------------------------------------------------------------------------
Marius Groeger           SYSGO Real-Time Solutions GmbH     mgroeger@sysgo.de
Software Engineering     Embedded and Real-Time Software    www.sysgo.de
Voice: +49-6136-9948-0   Am Pfaffenstein 14                 www.osek.de
FAX:   +49-6136-9948-10  55270 Klein-Winternheim, Germany   www.elinos.com

Attachment: elinos-gdb.patch.gz
Description: Binary data


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