Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | Faults: Add in generic faults that work like panics, warns, etc. | Gabe Black | |
These faults take varargs to their constructors which they print into a string and pass to the M5DebugFault base class. They are basically faults wrapped around panics, faults, warns, and warnonce-es so that they happen only at commit. | |||
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert | |
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2011-02-13 | X86: Define fault objects to carry debug messages. | Gabe Black | |
These faults can panic/warn/warn_once, etc., instead of instructions doing that themselves directly. That way, instructions can be speculatively executed, and only if they're actually going to commit will their fault be invoked and the panic, etc., happen. |