1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
Find a file
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
build Make launchMode a core thing and add Debug for CMake configs. 2016-10-20 20:01:52 -04:00
codan Bug 496720 - Respect scope filters for AST-based checkers 2016-10-26 01:18:55 -04:00
core Bug 506170 - Compute correct associated namespaces for enumeration type 2016-11-04 03:00:47 -04:00
cross Update version to 9.1.0 2016-08-17 10:11:57 -04:00
debug Bug 303808: DebuggerConsole shall not be automatically brought to top 2016-10-31 15:22:42 -04:00
doc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
dsf Bug 337899 - [debug view][non-stop] Process label is not updated 2016-08-29 07:23:30 -04:00
dsf-gdb Bug 499230 - Duplicated "-thread-select" and "-stack-select-frame" 2016-11-04 10:58:29 -04:00
jtag Update version to 9.1.0 2016-08-17 10:11:57 -04:00
launch Bug 506843: Reset buildFailed flag on buildForLaunch 2016-11-02 11:04:47 -04:00
llvm lldb: Fix parsing of some version formats 2016-09-03 21:05:00 -04:00
lrparser Bug 490475. Support the evaluation of C++14 constexpr functions 2016-09-16 03:09:25 -04:00
memory Update version to 9.1.0 2016-08-17 10:11:57 -04:00
native/org.eclipse.cdt.native.serial Fix Windows 32-bit serial.dll. 2016-08-26 10:43:20 -04:00
qt Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings" 2016-10-26 22:31:46 -04:00
releng Update cdt-baseline to point to final release of 9.1 2016-10-12 15:22:47 -04:00
remote Update version to 9.1.0 2016-08-17 10:11:57 -04:00
testsrunner Fix change of version 2016-08-24 10:35:50 -04:00
toolchains/arduino removed unused imports 2016-10-21 11:25:05 -04:00
upc Update version to 9.1.0 2016-08-17 10:11:57 -04:00
util Update version to 9.1.0 2016-08-17 10:11:57 -04:00
visualizer Update version to 9.1.0 2016-08-17 10:11:57 -04:00
windows Update version to 9.1.0 2016-08-17 10:11:57 -04:00
xlc removed unused imports 2016-10-21 11:25:05 -04:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Removing stand alone swtbot test module from build 2016-11-02 12:49:17 -04:00