Bug 3722

Summary: Ensure that i386 general, float, and sse registers are accessble
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1593, 3719    

Description Andrew Cagney 2006-12-14 16:14:15 UTC
The current TestRegs code only checks a few general purpose registers and then
only for reading.

The test should be checking as many registers as possible for reading, and ditto
for writing.
Comment 1 Andrew Cagney 2006-12-14 17:21:54 UTC
Note that TestRegs was deleted, there's now TestRegisters (which came from
TestRegMemModify).   But the test should only worry about registers, TestMemory
is checking the memory path.
Comment 2 Andrew Cagney 2007-12-11 23:59:52 UTC
now my bug
Comment 3 Andrew Cagney 2007-12-12 00:00:34 UTC
frysk.testbed.TestRegs added and instances in frysk.proc.live.TestRegs,
frysk.stack.TestRegs added.