mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
add createMIInfoSharedLibrary().
This commit is contained in:
parent
57fc849fec
commit
c713d81de0
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,10 @@ public class CommandFactory {
|
|||
return new MIThreadSelect(threadNum);
|
||||
}
|
||||
|
||||
public MIInfoSharedLibrary createMIInfoSharedLibrary() {
|
||||
return new MIInfoSharedLibrary();
|
||||
}
|
||||
|
||||
public MIVarCreate createMIVarCreate(String expression) {
|
||||
return new MIVarCreate(expression);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue