Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <021d01c11b33$aef41b80$5328010a@tataelxsi.co.in>
From: "Kiran C" <kiranc@tataelxsi.co.in>
To: <cygwin@sources.redhat.com>
Subject: Debugging Threads in Cygwin
Date: Thu, 2 Aug 2001 14:45:01 +0530
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300

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 list of two threads.(a * indicating my active thread)
But when I tired to switch to the other thread using the thread gdb command.
I  was switched to the other task but..I could not debug it..
I got an error saying cannot find bounds of function..
I tried the same using pthread_create function in cygwin..But it too did not
work.
Can such debugging be donw in my platform?
Since the commands are available..Should it not be working?
Should I compile my program with special flags other than -g?
Hope u can help me.
Kiran






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

