sim: Ensure GDB interrupts the simulation at an instruction boundary.
authorGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 09:51:49 +0000 (01:51 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 09:51:49 +0000 (01:51 -0800)
commitf9f46b8fa91e1da166b1e346029f3072a40223c9
treeced1905a0d4dc7ec3cf5b9cd5dd75226ccc67473
parentbacbb8ecbcee2b4c5c3fe71f415abc5852ae4a8f
sim: Ensure GDB interrupts the simulation at an instruction boundary.

Use the comInstEventQueue to ensure GDB interrupts the simulation at an
instruction boundary and not in the middle of a macroop, memory access, etc.
src/base/remote_gdb.cc
src/base/remote_gdb.hh