mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +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();
|
return new MIThreadListIds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public MIInfoThreads createMIInfoThreads() {
|
||||||
|
return new MIInfoThreads();
|
||||||
|
}
|
||||||
|
|
||||||
public MIThreadSelect createMIThreadSelect(int threadNum) {
|
public MIThreadSelect createMIThreadSelect(int threadNum) {
|
||||||
return new MIThreadSelect(threadNum);
|
return new MIThreadSelect(threadNum);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue