1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
cdt/dsf-gdb/org.eclipse.cdt.examples.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
..
.settings Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
icons Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
META-INF Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
src/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
.classpath Bug 483234: Add a command example to the example plug-in 2016-01-04 09:42:13 -05:00
.project Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
about.html Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
build.properties Bug 441277 - Provide an example plugin to show how to extend DSF-GDB 2014-12-18 12:32:59 -05:00
plugin.xml Bug 485107: ensure correct adapter factory is being used 2016-04-27 17:14:03 +01:00
pom.xml Update version to 9.2.0 2016-11-14 23:50:05 -05:00