1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
cdt/core/org.eclipse.cdt.core.native
Marc Khouzam 39c781f81a Bug 497166: Support the user using the 'run' command in the gdb console
This commit introduces a PersistentPTY.  By using it, we now allow the
user to restart the process from the GDB console (by pressing 'run').
In this case, the I/O will continue using the PersistentPTY.

Previously, the PTY would have been closed, and GDB would fail to
restart the process because it would fail to use the closed PTY.

Change-Id: I395b402e297a2043af8fce33df163eddef9e6c7a
2016-11-14 15:30:23 -05:00
..
.settings Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
META-INF Bug 497166: Support the user using the 'run' command in the gdb console 2016-11-14 15:30:23 -05:00
src/org/eclipse/cdt Bug 497166: Support the user using the 'run' command in the gdb console 2016-11-14 15:30:23 -05:00
.classpath Move the rest of the CDT plugins to java 8 2016-06-22 14:51:43 -04:00
.project Bug 303083 - Rename spawner bundle to 'native' 2014-05-26 14:38:12 -04:00
about.html Bug 303083 - Rename spawner bundle to 'native' 2014-05-26 14:38:12 -04:00
build.properties Remove reference to java environment in build.properties 2015-09-29 08:57:47 -04:00
plugin.properties Missing fragment description for ppc64le 2015-01-23 13:18:00 -05:00
pom.xml Bug 497166: Support the user using the 'run' command in the gdb console 2016-11-14 15:30:23 -05:00