Bug 4376

Summary: LinuxCoreFileProc to host a Corefile's process
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1595    

Description Phil Muldoon 2007-04-16 17:26:18 UTC
LinuxCoreFileProc is needed to host the single process a corefile is modelled around
Comment 1 Phil Muldoon 2007-10-15 09:22:29 UTC
2007-03-23  Phil Muldoon  <pmuldoon@redjat.com>

        * TestLinuxCore.java: New.
        * LinuxCoreFileTaskState.java: New.
        * LinuxCoreFileTask.java:New.
        * LinuxCoreFileHostState.java: New.
        * LinuxCoreFileHost.java:New.
        * LinuxCoreFileProcState.java: New.
        * LinuxCoreFileProc.java: New.

        * TestIsa.java: Changed to call getIsaForCoreFile.
        * IsaFactory.java (getIsaByElfType): Renamed to
        getIsaForCoreFile. Also, modified to always return
        the architecture of the core file, regardless of
        32on64 ISA situations.