1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 00:15:25 +02:00
Find a file
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
build Update version to 9.2.0 2016-11-14 23:50:05 -05:00
codan Update version to 9.2.0 2016-11-14 23:50:05 -05:00
core Cosmetics 2016-11-15 04:17:06 -04:00
cross Update version to 9.2.0 2016-11-14 23:50:05 -05:00
debug Update version to 9.2.0 2016-11-14 23:50:05 -05:00
doc Update version to 9.2.0 2016-11-14 23:50:05 -05:00
dsf Update version to 9.2.0 2016-11-14 23:50:05 -05:00
dsf-gdb Bug 303808: Run all-stop mode with target async on GDB 7.12 2016-11-15 15:11:56 -05:00
jtag Update version to 9.2.0 2016-11-14 23:50:05 -05:00
launch Update version to 9.2.0 2016-11-14 23:50:05 -05:00
llvm Update version to 9.2.0 2016-11-14 23:50:05 -05:00
lrparser Update version to 9.2.0 2016-11-14 23:50:05 -05:00
memory Update version to 9.2.0 2016-11-14 23:50:05 -05:00
native/org.eclipse.cdt.native.serial Update version to 9.2.0 2016-11-14 23:50:05 -05:00
qt Update version to 9.2.0 2016-11-14 23:50:05 -05:00
releng Update version to 9.2.0 2016-11-14 23:50:05 -05:00
remote Update version to 9.2.0 2016-11-14 23:50:05 -05:00
testsrunner Update version to 9.2.0 2016-11-14 23:50:05 -05:00
toolchains/arduino Update version to 9.2.0 2016-11-14 23:50:05 -05:00
upc Update version to 9.2.0 2016-11-14 23:50:05 -05:00
util Update version to 9.2.0 2016-11-14 23:50:05 -05:00
visualizer Update version to 9.2.0 2016-11-14 23:50:05 -05:00
windows Update version to 9.2.0 2016-11-14 23:50:05 -05:00
xlc Update version to 9.2.0 2016-11-14 23:50:05 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Update version to 9.2.0 2016-11-14 23:50:05 -05:00