mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Added comment
This commit is contained in:
parent
86f9ee8ab7
commit
6c08baf7ac
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ package org.eclipse.cdt.dsf.gdb.service;
|
|||
import org.eclipse.cdt.dsf.debug.service.IRunControl;
|
||||
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 GdbDebugServicesFactoryNS(String version) {
|
||||
|
|
Loading…
Add table
Reference in a new issue