mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
new method MIInfoThreads.
This commit is contained in:
parent
488f8d814c
commit
25567bf360
1 changed files with 4 additions and 0 deletions
|
@ -215,6 +215,10 @@ public class CommandFactory {
|
|||
return new MIThreadListIds();
|
||||
}
|
||||
|
||||
public MIInfoThreads createMIInfoThreads() {
|
||||
return new MIInfoThreads();
|
||||
}
|
||||
|
||||
public MIThreadSelect createMIThreadSelect(int threadNum) {
|
||||
return new MIThreadSelect(threadNum);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue