Bug 1596 - single threaded core file
Summary: single threaded 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: 2986
Blocks: 1595
  Show dependency treegraph
 
Reported: 2005-10-28 21:40 UTC by Andrew Cagney
Modified: 2007-10-15 09:06 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:40:47 UTC
A single-threaded core file is relatively simple, it only contains one tasks
context.
Comment 1 Andrew Cagney 2006-11-30 20:32:21 UTC
Test is to construct a host model representing a single-threaded core file read
from disk.
Comment 2 Phil Muldoon 2007-10-15 09:06:49 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