Bug 3393

Summary: [tracker] Type System - frysk.type
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: ASSIGNED ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 4272    
Bug Blocks: 2229    

Description Andrew Cagney 2006-10-18 20:34:14 UTC
A type system for describing the types of variables, objects, and even
registers.  Used by the expression evaluator, also used by frysk.proc to
describe low level register types.

Created using a refactoring of frysk.rt, frysk.hpd and frysk.rt.

once set up, this bug can switch to the SUSPENDED state.
Comment 1 Andrew Cagney 2007-03-23 21:02:45 UTC
Was this changed to frysk.value?