From 91d55c0e5025dbf13bdf2549e2b3a824252d4c72 Mon Sep 17 00:00:00 2001 From: zwelch Date: Sat, 30 May 2009 01:43:21 +0000 Subject: David Brownell : 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 --- src/target/oocd_trace.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/target/oocd_trace.c') diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c index d54766ae..4d157076 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); -- cgit v1.2.3