blob: 5b7e14488455580b907c7f3f1373c0cd0c8fbd7c [file] [log] [blame]
/*
*(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);
}
}