frysk.isa.corefiles
Class IA32LinuxElfCorefile

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

public class IA32LinuxElfCorefile
extends LinuxElfCorefile

LinuxElfCorefilex86. Extends LinuxCorefile. Fill in specific x86 information for corefiles.


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

IA32LinuxElfCorefile

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