Bug 4377 - LinuxCoreFileTask is needed to model the tasks of a core file
Summary: LinuxCoreFileTask is needed to model the tasks of a core file
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1595
  Show dependency treegraph
 
Reported: 2007-04-16 17:27 UTC by Phil Muldoon
Modified: 2007-10-15 09:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2007-04-16 17:27:38 UTC
This is needed to model the tasks that belong to a single process in  the core
file. Must provider register representation and access to core file memory.
Comment 1 Phil Muldoon 2007-10-15 09:23:35 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.