1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00
cdt/dsf-gdb
Alvaro Sanchez-Leon 31f0cc6476 Bug 303808: Run all-stop mode with target async on GDB 7.12
The previous all-stop implementation use Ctrl-C (variants) to suspend
the target program.  This option is not supported when using the new
GDB full CLI console provided in GDB 7.12.

So the alternative is to send the mi command -exec-interrupt to suspend
the target, however this option requires the use of target async-on mode
(already in use for non stop mode).

This update makes all-stop mode use target async mode when using
versions higher or equal to GDB 7.12.

This update also removes the non-stop mode restriction initially
implemented for the use of the new GDB Full CLI console.

Change-Id: Iabef20bdee814d413fc338f9ec8c2d99d6311c20
2016-11-15 15:11:56 -05:00
..
org.eclipse.cdt.dsf.gdb Bug 303808: Run all-stop mode with target async on GDB 7.12 2016-11-15 15:11:56 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.tests Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.dsf.gdb.ui Bug 303808: Add a GDB CLI Console history buffer 2016-11-15 11:34:55 -04:00
org.eclipse.cdt.examples.dsf.gdb Bug 303808: Run all-stop mode with target async on GDB 7.12 2016-11-15 15:11:56 -05:00
org.eclipse.cdt.gnu.dsf-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.dsf.source-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Update version to 9.2.0 2016-11-14 23:50:05 -05:00
org.eclipse.cdt.tests.dsf.gdb Update version to 9.2.0 2016-11-14 23:50:05 -05:00