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: What does gdb stub need for thread aware debugging on embedded system?


On Mon, 2008-06-16 at 12:09 +1200, John Carter wrote:
> I'm looking to get thread aware debugging running on our "sparc-alike"
> Leon II processor.
> 
> Unlike the usual sparc stub, I cannot get thread information from
> Solaris as we're not running solaris on this device.
> 
> If I understand things correctly, getting gdb working should just be a
> matter of tying gdb/sparc-stub.c to our serial ports by defining
>    extern void putDebugChar();	/* write a single character      */
>    extern int getDebugChar();	/* read and return a single char */
> 
> Grepping through that code the word "thread" doesn't occur.
> 
> What I'm missing is how does gdb get information about threads from
> the devices OS to gdb running on the desktop.
> 
> Any pointers to the right bit of documentation / code would be most
> welcome.

At the time that that code was written, threads were very far from 
the minds of people who wrote remote gdb stubs!

Look at gdbserver -- it has support for threads.




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