1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00
cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb
Iulia Vasii 6be52837ae Bug 445360 - Can't debug when GDB path contains spaces.
Separate gdb command from its arguments.
In java 7, Runtime.exec(String,...) methods were improved and
applications that are using these methods with commands that contain
spaces in the program name will fail. Is is encouraged to use
Runtime.exec(String[],...) instead to separate command from its
arguments. See documentation:
http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html#jruntime

Change-Id: I03d44284c07be4eb26b393c35e620a79a803ab96
Signed-off-by: Iulia Vasii <IuliaMadalina.Vasii@freescale.com>
Reviewed-on: https://git.eclipse.org/r/34052
Tested-by: Hudson CI
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-10-01 14:18:12 -04:00
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
META-INF Bug 442394 - Sometimes breakpoints set and immediately deleted when 2014-09-18 16:08:44 -04:00
src/org/eclipse/cdt/dsf Bug 445360 - Can't debug when GDB path contains spaces. 2014-10-01 14:18:12 -04:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.options Bug 361934 - Provide timeout for gdb commands 2012-04-17 10:20:23 -04:00
.project Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
about.html Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
build.properties Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
plugin.properties [Bug 379169] Would like to log Rx/Tx threads from GDBControl 2012-06-13 15:42:34 -04:00
plugin.xml [Bug 379169] Would like to log Rx/Tx threads from GDBControl 2012-06-13 15:42:34 -04:00
pom.xml Bug 442394 - Sometimes breakpoints set and immediately deleted when 2014-09-18 16:08:44 -04:00