Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] DSF timeouts

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Vladimir Prus
> Sent: Friday, June 24, 2011 1:50 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] DSF timeouts
> 
> 
> Hello,
> 
> some time ago I've asked whether DSF has, in general, timeouts for all
> GDB commands that it sends:
> 
> 	http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg19523.html
> 
> I was pointed to a specific Bugzilla issue about 'interrupt' command:
> 
> 	https://bugs.eclipse.org/bugs/show_bug.cgi?id=310274
> 
> and that specific issue was fixed, but I'm having trouble 
> understanding 
> whether, in current DSF HEAD:
> 
> 1. There's always some timeout for every single command sent to GDB.

No, we don't have that.  It has been suggested before and I think it
would add a another level of safety, but it has not proven urgent
enough for anyone to contribut it.

> 2. There's a timeout for the launch sequence as a whole.

There is a 30 second timeout for GDB to be started.
However, the rest of the launch sequence does not have a timeout.
I don't think it would be very hard to add, probably in GdbLaunchDelegate.

> 
> I'd appreciate any clarification about that.
> 
> Thanks,
> 
> -- 
> Vladimir Prus
> CodeSourcery / Mentor Graphics
> +7 (812) 677-68-40
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 

Back to the top