frysk.isa.corefiles
Class PPC64LinuxElfCorefile

java.lang.Object
  extended by frysk.isa.corefiles.LinuxElfCorefile
      extended by frysk.isa.corefiles.PPC64LinuxElfCorefile

public class PPC64LinuxElfCorefile
extends LinuxElfCorefile

PPC64LinuxElfCorefile. Extends LinuxCorefile. Fill in specific PPC64 information for corefiles.


Constructor Summary
PPC64LinuxElfCorefile(Proc process, Task[] blockedTasks)
          LinuxElfCoreFile.
 
Method Summary
 
Methods inherited from class frysk.isa.corefiles.LinuxElfCorefile
constructCorefile, getConstructedFileName, setName, setPatternMatch, setWriteAllMaps
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPC64LinuxElfCorefile

public PPC64LinuxElfCorefile(Proc process,
                             Task[] blockedTasks)
LinuxElfCoreFile. Construct a corefile from a given process, and that process's tasks that have been blocked.

Parameters:
process - - The parent process to construct the core from.
blockedTasks - - The process's tasks, in a stopped state