The Meta-Environment API

nl.cwi.sen1.tide.adapters.gdb
Class ContinueCmd

java.lang.Object
  extended by nl.cwi.sen1.tide.adapters.gdb.Command
      extended by nl.cwi.sen1.tide.adapters.gdb.ContinueCmd

public class ContinueCmd
extends Command


Field Summary
private static java.util.regex.Pattern patternFrame
           
private static java.util.regex.Pattern patternStoppedKnown
           
private static java.util.regex.Pattern patternStoppedUnknown
           
private  GdbProcess process
           
 
Fields inherited from class nl.cwi.sen1.tide.adapters.gdb.Command
adapter
 
Constructor Summary
ContinueCmd(GdbAdapter adapter, GdbProcess process)
           
 
Method Summary
 java.lang.String command()
           
 boolean response(java.lang.String line)
           
 
Methods inherited from class nl.cwi.sen1.tide.adapters.gdb.Command
debugMsg, getFactory, isCompleted, setCompleted, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

patternStoppedKnown

private static java.util.regex.Pattern patternStoppedKnown

patternStoppedUnknown

private static java.util.regex.Pattern patternStoppedUnknown

patternFrame

private static java.util.regex.Pattern patternFrame

process

private GdbProcess process
Constructor Detail

ContinueCmd

public ContinueCmd(GdbAdapter adapter,
                   GdbProcess process)
Method Detail

command

public java.lang.String command()
Specified by:
command in class Command

response

public boolean response(java.lang.String line)
Specified by:
response in class Command

The Meta-Environment API