]> git.sur5r.net Git - openocd/commit
Initial ETM cleanups. Most of these are cosmetic:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 23 Sep 2009 07:49:38 +0000 (07:49 +0000)
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 23 Sep 2009 07:49:38 +0000 (07:49 +0000)
commita6d858ebcdad1cb1284a4168f2884ed524ee6f21
tree49e0e1d51abfecca0fba1f3069c0a3db60085cec
parent7393fcfc900b720271ab048a0e0b441897a97a37
Initial ETM cleanups.  Most of these are cosmetic:

 - Add a header comment
 - Line up the ETM context struct, pack it a bit
 - Remove unused context_id (this doesn't support ETMv2 yet)
 - Make most functions static
 - Remove unused string table and other needless lines of code
 - Correct "tracemode" helptext

Also provide and use an etm_reg_lookup() to find entries in the ETM
register cache.  This will help cope with corrected contents of that
cache, which doesn't include entires for non-existent registers.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/target/etm.c
src/target/etm.h