frysk.isa.corefiles
Class PPC32LinuxElfCorefile

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

public class PPC32LinuxElfCorefile
extends LinuxElfCorefile

PPC32LinuxElfCorefile. Extends LinuxCorefile. Fill in specific PPC32 information for corefiles.


Constructor Summary
PPC32LinuxElfCorefile(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

PPC32LinuxElfCorefile

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