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:
parent
9ed10afe53
commit
7a149d7499
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ public class MIStackInfoDepth extends MICommand
|
||||||
super("-stack-info-depth", new String[]{Integer.toString(maxDepth)});
|
super("-stack-info-depth", new String[]{Integer.toString(maxDepth)});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public MIStackInfoDepthInfo getMIStackInfoDepthInfo() throws MIException {
|
||||||
|
return (MIStackInfoDepthInfo)getMIInfo();
|
||||||
|
}
|
||||||
|
|
||||||
public MIInfo getMIInfo() throws MIException {
|
public MIInfo getMIInfo() throws MIException {
|
||||||
MIInfo info = null;
|
MIInfo info = null;
|
||||||
MIOutput out = getMIOutput();
|
MIOutput out = getMIOutput();
|
||||||
|
|
Loading…
Add table
Reference in a new issue