mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 326137: Missing @since tag
This commit is contained in:
parent
f38c9abf74
commit
f9418dae7d
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ package org.eclipse.cdt.dsf.gdb.launching;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.concurrent.ThreadSafe;
|
import org.eclipse.cdt.dsf.concurrent.ThreadSafe;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A special launch delegate for the attach debug session, which
|
||||||
|
* supports the launch when the project and/or binary is not specified.
|
||||||
|
* @since 4.0
|
||||||
|
*/
|
||||||
@ThreadSafe
|
@ThreadSafe
|
||||||
public class GdbAttachLaunchDelegate extends GdbLaunchDelegate
|
public class GdbAttachLaunchDelegate extends GdbLaunchDelegate
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue