The Meta-Environment API

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

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

public class RetrievePidCmd
extends Command


Field Summary
private static java.util.regex.Pattern patternInfo
           
private  GdbProcess process
           
 
Fields inherited from class nl.cwi.sen1.tide.adapters.gdb.Command
adapter
 
Constructor Summary
RetrievePidCmd(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

patternInfo

private static java.util.regex.Pattern patternInfo

process

private GdbProcess process
Constructor Detail

RetrievePidCmd

public RetrievePidCmd(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