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