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: processor threads


nagaraju.m wrote:
Hi Michael,

I mean to say that we are having 4 hardware threads. Our company has its own processor on which we will be working. The processor currently we are working has 4 threads in it.

Each thread has it own set of registers (ex: program counter).

Currently the GDB which we are using is supporting only single thread (ex: thread 0).
Now we trying to use GDB for remaining threads.


My Question is does GDB handles hardware threads??

Maybe GDB threads support will work for you. Our JTAG GDB stub supports dual-core Blackfin processor. The stub treats each core as one thread. In gdb, you can use thread commands for cores.


Jie



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