Bug 1597 - multi-task core file
Summary: multi-task core file
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1595
  Show dependency treegraph
 
Reported: 2005-10-28 21:42 UTC by Andrew Cagney
Modified: 2007-10-15 09:07 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 Andrew Cagney 2005-10-28 21:42:16 UTC
a multi-task core file involves the separate extraction of each task's register
and state information
Comment 1 Andrew Cagney 2006-11-30 20:32:59 UTC
Test is to construct a host/proc/task model from a multi-threaded core file read
from disk.
Comment 2 Phil Muldoon 2007-10-15 09:07:31 UTC
2007-03-23  Phil Muldoon  <pmuldoon@redhat.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.

Initial commit, backfilled to old bug. Subsequent bug fixes can be found in
ChangeLog and tracked bzs