1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/cross
Alvaro Sanchez-Leon e6bec45296 Bug 452356 - C/C++ remote launch uses o.e.remote - wait for file permission change
When uploading a file to a remote system, the file permissions are updated,
however the process taking care of it may not have completed this task before
the application tries to use it.
  This change forces the calling thread to wait for Max 1 sec for it to complete,
If the process task takes longer an exception is thrown so the application can
provide a meaningful message to the user.

A second fix is provided in:  execCmdInRemoteShell
So this method now makes sure that the remote connection is opened
before executing commands over the remote shell.

Change-Id: Ibe8bd2709e1b1f446e1f74aa8a3df424ac7fa650
2016-05-24 11:07:17 -04:00
..
org.eclipse.cdt.build.crossgcc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.build.crossgcc-feature Remove Solaris Sparc support 2016-04-29 14:40:54 -04:00
org.eclipse.cdt.launch.remote Bug 452356 - C/C++ remote launch uses o.e.remote - wait for file permission change 2016-05-24 11:07:17 -04:00
org.eclipse.cdt.launch.remote-feature Bug 452356 - C/C++ remote launch uses o.e.remote - explicit dependency at feature level 2016-04-29 17:46:25 -04:00