mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Up cdt.dsf.gdb version to 4.2 and add missing @since tags.
Change-Id: I0dfe34ca6ca828618b00eed663d525f8f945d01b
This commit is contained in:
parent
cda8795284
commit
1e6319db0c
2 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
|
||||
Bundle-Version: 4.1.0.qualifier
|
||||
Bundle-Version: 4.2.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -443,6 +443,9 @@ public class MIExpressions extends AbstractDsfService implements IMIExpressions,
|
|||
this(new MIExpressionDMC(sessionId, parentInfo, frameCtx), frameCtx, index, length);
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 4.2
|
||||
*/
|
||||
public IndexedPartitionDMC(
|
||||
MIExpressionDMC parentExpr,
|
||||
int index,
|
||||
|
@ -508,6 +511,7 @@ public class MIExpressions extends AbstractDsfService implements IMIExpressions,
|
|||
/**
|
||||
* Get the context of the parent array. This can be used to know if the
|
||||
* parent array is a casted expression.
|
||||
* @since 4.2
|
||||
*/
|
||||
public MIExpressionDMC getParentExpressionContext() {
|
||||
return fParentExpression;
|
||||
|
|
Loading…
Add table
Reference in a new issue