diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-30 01:43:21 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-30 01:43:21 +0000 |
commit | 91d55c0e5025dbf13bdf2549e2b3a824252d4c72 (patch) | |
tree | 6d79636392018a8766c2467ed7e8d541c0461f19 /src/target/oocd_trace.c | |
parent | d00a5cfe97452f9d72aeff31d00fac5979add0ea (diff) | |
download | riscv-openocd-91d55c0e5025dbf13bdf2549e2b3a824252d4c72.zip riscv-openocd-91d55c0e5025dbf13bdf2549e2b3a824252d4c72.tar.gz riscv-openocd-91d55c0e5025dbf13bdf2549e2b3a824252d4c72.tar.bz2 |
David Brownell <david-b@pacbell.net>:
Provide basic documentation on the ARM ETM and ETB trace commands.
Fix minor goofs in registration of the ETM commands; and whitespace
issues in the proof-of-concept oocd_trace code. (Plus include a
ref to Dominic's email saying that it's just proof-of-concept code.)
Note that I'm still not sure whether the ETM support works. But
documenting how it's expected to work should help sort out which
behaviors are bugs, which will help get bugs patched.
ZW: whitespace changes were split out of this patch but will follow.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1945 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/oocd_trace.c')
-rw-r--r-- | src/target/oocd_trace.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c index d54766a..4d15707 100644 --- a/src/target/oocd_trace.c +++ b/src/target/oocd_trace.c @@ -24,6 +24,11 @@ #include "oocd_trace.h" #include "arm7_9_common.h" +/* + * This is "proof of concept" code, for prototype hardware: + * https://lists.berlios.de/pipermail/openocd-development/2007-September/000336.html + */ + static int oocd_trace_register_commands(struct command_context_s *cmd_ctx); |