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