mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New file.
This commit is contained in:
parent
d32afc9610
commit
b432ac9c44
1 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
package org.eclipse.cdt.debug.mi.core.command;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* handle SIGUSR1 nostop noignore
|
||||
*
|
||||
*/
|
||||
public class MIHandle extends CLICommand {
|
||||
|
||||
public MIHandle(String arg) {
|
||||
super("handle " + arg);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue