Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Should gdb default non-stop mode debugging?

Thanks for the info.

----- Original Message -----
> 
> 
> Windows and Mac don't support non-stop.
> 
> Specific embedded targets also may not support non-stop.
> 
> 
> 
> 
> There is a preferences
> 
> C/C++->Debug->GDB => "Non-stop mode" that the user can enable so that
> non-stop is selected by default
> for each new launch.
> 
> All-stop works all the time.
> So, although I always run non-stop, it is probably safer to leave
> the default to all-stop, and let users that understand the difference
> enable it.
> 
> Marc
> 
> 
> From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of
> Jeff Johnston <jjohnstn@xxxxxxxxxx>
> Sent: January 31, 2017 13:35
> To: CDT General developers list.
> Subject: [cdt-dev] Should gdb default non-stop mode debugging?
> Is there any reason for not defaulting the CDT debugger to use non-stop
> debugging these days (i.e.
> are there known gdb implementations out there supported by CDT that don't
> support non-stop mode)?
> If there are good reasons, should the default be based on the gdb version or
> platform?
> 
> This came up as a Fedora bug so I thought I would ask the CDT Debug experts
> to see if the default
> is set the way it is for more than historical reasons.
> 
> -- Jeff J.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 	
> cdt-dev Mailing List Info Page
> dev.eclipse.org
> Mailing list: cdt-dev CDT General developers list. About cdt-dev
> 
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top