1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

new Method getMIStackInfoDepthInfo().

This commit is contained in:
Alain Magloire 2002-11-14 21:04:39 +00:00
parent 9ed10afe53
commit 7a149d7499

View file

@ -29,6 +29,10 @@ public class MIStackInfoDepth extends MICommand
super("-stack-info-depth", new String[]{Integer.toString(maxDepth)});
}
public MIStackInfoDepthInfo getMIStackInfoDepthInfo() throws MIException {
return (MIStackInfoDepthInfo)getMIInfo();
}
public MIInfo getMIInfo() throws MIException {
MIInfo info = null;
MIOutput out = getMIOutput();