Re: [Openocd-development] [PATCH] etm: print something when trace buffer empty

2010-05-31 Thread Jon Povey
Øyvind Harboe wrote: What tool would you want to feed this trace data into btw? I was thinking it would be possible to modify the gdb server to allow stepping through trace data. I don't know.. some kind of gdb hookup might be nice for its symbol resolution, not sure how that would work.

Re: [Openocd-development] [PATCH] etm: print something when trace buffer empty

2010-05-31 Thread Øyvind Harboe
On Mon, May 31, 2010 at 9:13 AM, Jon Povey jon.po...@racelogic.co.uk wrote: Øyvind Harboe wrote: What tool would you want to feed this trace data into btw? I was thinking it would be possible to modify the gdb server to allow stepping through trace data. I don't know.. some kind of gdb

[Openocd-development] [PATCH] etm: print something when trace buffer empty

2010-05-30 Thread Jon Povey
ETM analyze produced no output when the trace buffer was empty. This patch provides users with a clue. Signed-off-by: Jon Povey jon.po...@racelogic.co.uk --- src/target/etm.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/target/etm.c b/src/target/etm.c index

Re: [Openocd-development] [PATCH] etm: print something when trace buffer empty

2010-05-30 Thread Øyvind Harboe
On Mon, May 31, 2010 at 4:56 AM, Jon Povey jon.po...@racelogic.co.uk wrote: ETM analyze produced no output when the trace buffer was empty. This patch provides users with a clue. Merged. What tool would you want to feed this trace data into btw? I was thinking it would be possible to modify