blob: 4f7f6f9ebfc6b513771a1d8a5d219a0ebfc8ac31 [file] [log] [blame]
package org.eclipse.ptp.proxy.debug.command;
public class ProxyDebugListGlobalVariablesCommand extends AbstractProxyDebugCommand implements IProxyDebugCommand {
public ProxyDebugListGlobalVariablesCommand(int transID, String[] args) {
super(LISTGLOBALVARIABLES, transID, args);
}
public ProxyDebugListGlobalVariablesCommand(String bits) {
super(LISTGLOBALVARIABLES, bits);
}
}