mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 573307: Correct since tags
Change-Id: I7dd2bc0a98c36e9c4fd8db19a83a1b87c7fdd791
This commit is contained in:
parent
f13c182df4
commit
f877963e37
2 changed files with 2 additions and 2 deletions
|
@ -886,7 +886,7 @@ public class CommandFactory {
|
|||
return new MIGDBSetSolibSearchPath(ctx, paths);
|
||||
}
|
||||
|
||||
/** @since 6.3 */
|
||||
/** @since 6.4 */
|
||||
public ICommand<MIInfo> createMIGDBSetStartupWithShell(ICommandControlDMContext ctx, boolean enable) {
|
||||
return new MIGDBSetStartupWithShell(ctx, enable);
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ import org.eclipse.cdt.dsf.debug.service.command.ICommandControlService.ICommand
|
|||
*
|
||||
* Available with GDB 7.7 in GDB and 8.1 for gdbserver
|
||||
*
|
||||
* @since 6.3
|
||||
* @since 6.4
|
||||
*
|
||||
*/
|
||||
public class MIGDBSetStartupWithShell extends MIGDBSet {
|
||||
|
|
Loading…
Add table
Reference in a new issue