1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Added comment

This commit is contained in:
John Cortell 2009-09-02 15:02:06 +00:00
parent 86f9ee8ab7
commit 6c08baf7ac

View file

@ -13,6 +13,11 @@ package org.eclipse.cdt.dsf.gdb.service;
import org.eclipse.cdt.dsf.debug.service.IRunControl; import org.eclipse.cdt.dsf.debug.service.IRunControl;
import org.eclipse.cdt.dsf.service.DsfSession; import org.eclipse.cdt.dsf.service.DsfSession;
/**
* This variant is for non-stop (NS) multi-threaded debugging, a gdb capability
* introduced in version 6.8.50. We provide a specialized NS implementation of
* the run control service; that's the only specialization.
*/
public class GdbDebugServicesFactoryNS extends GdbDebugServicesFactory { public class GdbDebugServicesFactoryNS extends GdbDebugServicesFactory {
public GdbDebugServicesFactoryNS(String version) { public GdbDebugServicesFactoryNS(String version) {