1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
Find a file
Simon Marchi 4802bf3e16 Remote debug: Use the IFileStore interface to force the file executable
Instead of calling "chmod +x" by hand, use IFileStore.putInfo to set the
file attributes.  Since we already use the IFileStore API to copy the
file, it makes sense (and it's cleaner) to use it to set the executable
attribute as well.

In most cases, it wouldn't be needed to make the file executable, since
it should already be on the host filesystem and IFileStore.copy
transfers the attributes.  However, it's still good to force it
executable in case it's not already for some reason.

Change-Id: I4c86e36265962781d4541aaceeb40b502248f674
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2017-03-15 16:24:37 -04:00
.mvn releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
build Bug 512096 - Fix NPE selecting an LLVM toolchain in toolchain editor 2017-02-19 21:51:36 -05:00
codan releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
core Bug 513681 - Unresolved name with a friend declaration in a namespace 2017-03-14 20:25:23 -07:00
cross Remote debug: Use the IFileStore interface to force the file executable 2017-03-15 16:24:37 -04:00
debug Add missing dependency for stand-alone debugger 2017-03-13 14:29:03 -04:00
doc Add missing reference to GDB Debugging Preferences (for DSF preferences) 2016-12-05 21:47:25 +00:00
dsf releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
dsf-gdb Bug 400628: Add extra info to error message 2017-03-07 15:26:57 -05:00
jtag releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
launch Fixed broken compilation. 2017-03-08 02:01:43 -04:00
llvm lldb: Add some comments 2017-02-28 09:06:48 -05:00
lrparser releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
memory releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
native releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
qt Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interface 2017-02-17 01:14:35 -05:00
releng Update some target dependencies 2017-03-15 05:15:09 -04:00
remote releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
testsrunner releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
toolchains/arduino releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
upc releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
util releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
visualizer releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
windows releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
xlc releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Update Maven build machinery. 2017-02-14 10:54:17 +02:00