This is the mail archive of the gdb@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]

What if I have fixed no of threads.


Hello Folks,
	Suppose that my underlying architecture supports
fixed number of threads, say 'n'.  Is there a way to
optimize GDB to handle that?  There's isn't much
documentation around about GDB's thread handling
architecture.  Would be glad if someone can point
me to one, if it's its available.

o I believe that GDB monitors thread creation/destruction,
  and if I have fixed no of threads, can I get rid of this?
  If yes, any pointer where/how to start?

o What is the best place to start hacking thread related code?
(Are gdb/thread.c and gdb/thread-db.c files to look at?)

Thanks in advance for any help.

Regards,
Atul P Talesara
------------------------------------------------------------
A computer without Windows is like a fish without a bicycle
------------------------------------------------------------


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