Bug 1596

Summary: single threaded core file
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 2986    
Bug Blocks: 1595    

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