1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

New file.

This commit is contained in:
Alain Magloire 2003-02-01 23:13:27 +00:00
parent d32afc9610
commit b432ac9c44

View file

@ -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);
}
}