Review Board 2.0.15


sim: Make it possible to override the breakpoint length check.

Review Request #2541 - Created Nov. 25, 2014 and submitted

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.

   
Review request changed
Updated (Dec. 3, 2014, 3:33 a.m.)

Status: Closed (submitted)