mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Move @since 4.9 to @since 5.0
Change-Id: I78e8a5652c10e3bf773f6cf92874b121891df4b1
This commit is contained in:
parent
3dd8f57dcf
commit
56635a1b57
2 changed files with 3 additions and 3 deletions
|
@ -701,7 +701,7 @@ public class GDBRunControl_7_0_NS extends AbstractDsfService implements IMIRunCo
|
|||
rm.done(doCanResume(context));
|
||||
}
|
||||
|
||||
/** @since 4.9 */
|
||||
/** @since 5.0 */
|
||||
protected boolean doCanResume(IExecutionDMContext context) {
|
||||
// Thread case
|
||||
if (context instanceof IMIExecutionDMContext) {
|
||||
|
@ -775,7 +775,7 @@ public class GDBRunControl_7_0_NS extends AbstractDsfService implements IMIRunCo
|
|||
});
|
||||
}
|
||||
|
||||
/** @since 4.9 */
|
||||
/** @since 5.0 */
|
||||
protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) {
|
||||
if (!doCanResume(context)) {
|
||||
rm.setStatus(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, INVALID_STATE,
|
||||
|
|
|
@ -116,7 +116,7 @@ public class GDBRunControl_7_2_NS extends GDBRunControl_7_0_NS
|
|||
// Now that the flag --thread-group is globally supported
|
||||
// by GDB 7.2, we have to make sure not to use it twice.
|
||||
// Bug 340262
|
||||
/** @since 4.9 */
|
||||
/** @since 5.0 */
|
||||
@Override
|
||||
protected void doResume(IMIContainerDMContext context, final RequestMonitor rm) {
|
||||
if (!doCanResume(context)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue