mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
new method createMIStackInfoDepth().
This commit is contained in:
parent
2638b185d2
commit
9ed10afe53
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ public class CommandFactory {
|
|||
return new MIGDBShowSolibSearchPath();
|
||||
}
|
||||
|
||||
public MIStackInfoDepth createMIStackInfoDepth() {
|
||||
return new MIStackInfoDepth();
|
||||
}
|
||||
|
||||
public MIStackInfoDepth createMIStackInfoDepth(int depth) {
|
||||
return new MIStackInfoDepth(depth);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue