mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
[266943] API Tooling filters for renaming of ExpressionService to MIExpressions
This commit is contained in:
parent
6af8ee790c
commit
afbe91c383
2 changed files with 31 additions and 0 deletions
27
dsf-gdb/org.eclipse.cdt.dsf.gdb/.settings/.api_filters
Normal file
27
dsf-gdb/org.eclipse.cdt.dsf.gdb/.settings/.api_filters
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component id="org.eclipse.cdt.dsf.gdb" version="2">
|
||||||
|
<resource path="src/org/eclipse/cdt/dsf/mi/service/MIVariableManager.java" type="org.eclipse.cdt.dsf.mi.service.MIVariableManager$MIVariableObject">
|
||||||
|
<filter id="1143996420">
|
||||||
|
<message_arguments>
|
||||||
|
<message_argument value="setChildren(MIExpressions.ExpressionInfo[])"/>
|
||||||
|
</message_arguments>
|
||||||
|
</filter>
|
||||||
|
<filter id="1143996420">
|
||||||
|
<message_arguments>
|
||||||
|
<message_argument value="getChildren()"/>
|
||||||
|
</message_arguments>
|
||||||
|
</filter>
|
||||||
|
</resource>
|
||||||
|
<resource path="src/org/eclipse/cdt/dsf/mi/service/command/output/ExprMetaGetChildrenInfo.java" type="org.eclipse.cdt.dsf.mi.service.command.output.ExprMetaGetChildrenInfo">
|
||||||
|
<filter id="1143996420">
|
||||||
|
<message_arguments>
|
||||||
|
<message_argument value="ExprMetaGetChildrenInfo(MIExpressions.ExpressionInfo[])"/>
|
||||||
|
</message_arguments>
|
||||||
|
</filter>
|
||||||
|
<filter id="1143996420">
|
||||||
|
<message_arguments>
|
||||||
|
<message_argument value="getChildrenExpressions()"/>
|
||||||
|
</message_arguments>
|
||||||
|
</filter>
|
||||||
|
</resource>
|
||||||
|
</component>
|
|
@ -59,6 +59,10 @@ import org.osgi.framework.BundleContext;
|
||||||
/**
|
/**
|
||||||
* This class implements a debugger expression evaluator as a DSF service. The
|
* This class implements a debugger expression evaluator as a DSF service. The
|
||||||
* primary interface that clients of this class should use is IExpressions.
|
* primary interface that clients of this class should use is IExpressions.
|
||||||
|
*
|
||||||
|
* This class used to be name ExpressionService in the 1.1 release.
|
||||||
|
*
|
||||||
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
public class MIExpressions extends AbstractDsfService implements IExpressions, ICachingService {
|
public class MIExpressions extends AbstractDsfService implements IExpressions, ICachingService {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue