mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 265483 - GDB can't halt debugging process
This commit is contained in:
parent
0e2151791d
commit
687fffa793
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@ import org.eclipse.cdt.debug.mi.core.command.CLIInfoProc;
|
|||
import org.eclipse.cdt.debug.mi.core.command.CLIInfoThreads;
|
||||
import org.eclipse.cdt.debug.mi.core.command.CLIPType;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIEnvironmentCD;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIExecInterrupt;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIInfoSharedLibrary;
|
||||
import org.eclipse.cdt.debug.mi.core.command.MIVarUpdate;
|
||||
import org.eclipse.cdt.debug.mi.core.command.factories.StandardCommandFactory;
|
||||
|
@ -65,6 +66,10 @@ public class StandardMacOSCommandFactory extends StandardCommandFactory {
|
|||
return new MacOSCLIInfoPID();
|
||||
}
|
||||
|
||||
public MIExecInterrupt createMIExecInterrupt() {
|
||||
return new MIExecInterrupt(getMIVersion());
|
||||
}
|
||||
|
||||
public CLIInfoThreads createCLIInfoThreads() {
|
||||
return new MacOSCLIInfoThreads();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue