Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Execution lost in pthreadwhiledebuggingwithCygwin GDB

Steve,

In the Eclipse Debugger context, go to Window -> Show View -> Signals.
This will give you a list of Signals (including SIGSEGV) next to the Variables, Breakpoints etc.
You can right click on any one and select Signal Properties...
In the subsequent menu - uncheck the box that says "Pass this signal to the Program". You may also want to check the other box that says "Suspend program when interrupt happens" but probably not required.

Hope this helps!
~Sudhan

From: axle <axle_512@xxxxxxxxxxx>
Reply-To: CDT Debug developers list <cdt-debug-dev@xxxxxxxxxxx>
To: cdt-debug-dev@xxxxxxxxxxx
Subject: Re: [cdt-debug-dev] Execution lost in pthreadwhiledebuggingwithCygwin GDB
Date: Tue, 20 Jun 2006 06:22:52 -0700 (PDT)


Hi Sudhan,

I'm have the exact problem you described.  I've search my eclipse
preferences and my project properties, but I didn't see anything to let me
set it to ignore the SEGV signal.

Steve
--
View this message in context: http://www.nabble.com/Execution-lost-in-pthread-while-debugging-with-Cygwin-GDB-t1402211.html#a4955170
Sent from the Eclipse CDT - debug forum at Nabble.com.

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev




Back to the top