On Monday 23 November 2009, David Brownell wrote:
> NOTE: this is partially broken, it seems to cause some
> other bug(s) to fire. Not sure what's up with that, yet.
The most blatant part of it is a bug in the resume() method, where
it misinterpreted an argument. Fixed by:
--- oocd.orig/src/ta
As with single stepping, the previous stuff was needed because
the ARM11 code wasn't using the standard ARM base type and
register access ... but now those mechanisms work, so we can
switch out that special-purpose glue, in favor of the more
thoroughly tested/capable "standard" code.
This should r