1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00
cdt/dsf-gdb
Marc Dumais 735b1ab488 Bug 499230 - Duplicated "-thread-select" and "-stack-select-frame"
Most GDB MI commands support the "--thread" and "--frame" options, that
tells GDB on which thread/stack frame the command is meant to act-on.
For those that don't, CDT has a mechanism to first have GDB switch
thread (MIThreadSelect) or frame (MIStackSelectFrame), before issuing
the command that will act on that entity. Ironically, those two commands
are wrongly identified as not supporting those parameters, and so are
sometimes sent in duplicate, when a single command including the thread
or frame would be possible. This commit correctly identifies those
commands as supporting the thread/frame parameter.

Change-Id: I6e7fc4e873abe36ad024c7131efda7c0aa89dc44
2016-11-04 10:58:29 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 499230 - Duplicated "-thread-select" and "-stack-select-frame" 2016-11-04 10:58:29 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Bug 501006 - [visualizer] harmonize TID with DV and new GDB console 2016-11-02 08:05:24 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.dsf.gdb.tests Bug 497693/ Sysroot with spaces 2016-09-21 10:01:49 -04:00
org.eclipse.cdt.dsf.gdb.ui Hide 'gdb traces' by default. 2016-11-04 06:21:52 -04:00
org.eclipse.cdt.examples.dsf.gdb Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.dsf-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.dsf.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.tests.dsf.gdb Update dsf-gdb test suite to run GDB 7.12 2016-10-12 08:37:49 -04:00