Searched hist:10589 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dremote_gdb.hh10589:5962812f80fe Wed Dec 03 06:27:00 EST 2014 Gabe Black <gabeblack@google.com> 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.
H A Dremote_gdb.cc10589:5962812f80fe Wed Dec 03 06:27:00 EST 2014 Gabe Black <gabeblack@google.com> 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.

Completed in 27 milliseconds