This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: Problems debugging threads with gdb/b18


Thomas.Mittelstaedt@WEINSTADT.biw-ag.de ("Mittelstaedt, Thomas") writes:

> I am using the Win32 API functions CreateThread, Sleep, ResumeThread,
> etc to work with threads. While fprintf/fflush output shows that threads
> get created and detached, I do not get any information in gdb when I
> type "info threads".
> 
> Do I have to link with special debug libraries? Or what's the trick?

GDB needs OS-specific support for threads, and b18 doesn't have it.
Michael Snyder (msnyder@cygnus.com) wrote this when he was at NeXT,
but hasn't incorporated into Cygnus GDB sources yet.  Everybody who
wants him to add this should send him mail saying "pretty please".

							Stan Shebs
							Cygnus Solutions
							shebs@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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