Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » non-stop mode is not supported when using gdb from cygwin
non-stop mode is not supported when using gdb from cygwin [message #1064576] Thu, 20 June 2013 03:45 Go to next message
Jilin Huang is currently offline Jilin HuangFriend
Messages: 2
Registered: June 2013
Junior Member
I try to use gdb from cygwin to debug multi-thread program in windows, but cdt always complain "the target does not support running in non-stop mode". The gdb version is 7.6 and does not have problem to set "non-stop" mode at command line.
I do same debug from netbeans with cygwin gdb, everything works fine.
Is there any setting I am missing?
Re: non-stop mode is not supported when using gdb from cygwin [message #1064669 is a reply to message #1064576] Thu, 20 June 2013 13:27 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
As far as I know, non-stop is not supported on windows. When you first set non-stop, it may not complain, but if you start the program (use 'run' or 'start') it should give you the same message. I don't know how it would work for netbeans, if gdb does not support it...

Marc
Re: non-stop mode is not supported when using gdb from cygwin [message #1065463 is a reply to message #1064669] Tue, 25 June 2013 19:16 Go to previous message
Jilin Huang is currently offline Jilin HuangFriend
Messages: 2
Registered: June 2013
Junior Member
Thanks Marc, I will continue using netbeans to debug multi-thread project. Hope I can see it is supported on windows as well.
Previous Topic:symbol 'CLOCK_PROCESS_CPUTIME_ID' cannot be resolved?
Next Topic:Compiler Complains About Errors
Goto Forum:
  


Current Time: Thu Mar 28 21:02:10 GMT 2024

Powered by FUDForum. Page generated in 0.02830 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top