Skip to main content



      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] Wed, 19 June 2013 23:45 Go to next message
Eclipse UserFriend
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 09:27 Go to previous messageGo to next message
Eclipse UserFriend
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 15:16 Go to previous message
Eclipse UserFriend
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: Wed Jul 02 19:30:53 EDT 2025

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

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

Back to the top