Re: debugging threads in CygWin?

2001-09-23 Thread Robert Collins
- Original Message - From: "Michael D. Crawford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 10:02 PM Subject: RE: debugging threads in CygWin? > Thanks for responding. No probs, sorry for the delay this time around. >

RE: debugging threads in CygWin?

2001-09-17 Thread Michael D. Crawford
Thanks for responding. (I hope this isn't posted as HTML I haven't figured out how to disable HTML mail in Mozilla). ZooLib is a cross-platform application framework that presently works on Win32, Linux with X11, BeOS x86 and classic Mac OS, with Mac OS X nearly there. I'm trying to build it

RE: debugging threads in CygWin?

2001-09-17 Thread Robert Collins
> -Original Message- > From: Michael D. Crawford [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 17, 2001 6:54 PM > To: [EMAIL PROTECTED] > Subject: debugging threads in CygWin? > > > I have a program written using Windows threads using the > Win32 A

debugging threads in CygWin?

2001-09-17 Thread Michael D. Crawford
I have a program written using Windows threads using the Win32 API with CygWin. It's an application built with the ZooLib cross-platform applications framework, which you can get at http://zoolib.sourceforge.net/ It uses threads (in a C++ wrapper) and atomic math extensively. The atomic math is

Debugging Threads in Cygwin

2001-08-02 Thread Kiran C
Hi, I am using GDB 5.0 on Cygwin(NT).I have tried debugging threads but I am not able to do so.. Is such a debugging option available in GDB 5.0 for Cygwin(NT)? I wrote a pgm which forked another process. After the forking was performed I typed the follwing gdb command. info threads I got a li