Cortex-A8: parts of examine() run just once
commite3ed06579bd8129c11af0a1636a55d62af08980b
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 19 Nov 2009 18:47:31 +0000 (19 10:47 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 19 Nov 2009 18:47:31 +0000 (19 10:47 -0800)
treeb85f87d6f59acf43b3204255e8e57fc6edc589f9
parentc049033fde1592e1bfa922641034c1ab136e0b47
Cortex-A8: parts of examine() run just once

The examine() method has some conceptual breakage.  Cope
with it by manually splitting out the run-once parts from
the after-each-reset parts ... this gets rid of memory
leaks and speeds up resets after the first one.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/cortex_a8.c