1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
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
..
org.eclipse.cdt.dsf.gdb Bug 445360 - Can't debug when GDB path contains spaces. 2014-10-01 14:18:12 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui bug 442312 - [visualizer] disable or remove the debug buttons from MV 2014-08-26 13:39:25 -04:00
org.eclipse.cdt.dsf.gdb.tests Add missing arg for jacoco in in tests. Update jacoco. 2014-08-28 15:40:26 -04:00
org.eclipse.cdt.dsf.gdb.ui Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.gnu.dsf-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.dsf.source-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.tests.dsf.gdb Bug 444196 - Add delay before deleting breakpoint 2014-09-18 16:09:23 -04:00