sim: Make it possible to override the breakpoint length check.
Review Request #2541 - Created Nov. 25, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10569:87cda70be35d --------------------------- sim: Make it possible to override the breakpoint length check. The check which makes sure the length of the breakpoint being written is the same as a MachInst is only correct on fixed instruction width ISAs. Instead of incorrectly applying that check to all ISAs, this change makes that the default check and lets ISA specific GDB classes override it.
