On Mon, May 31, 2010 at 9:13 AM, Jon Povey 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 hookup might be nic
Ø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.
On Mon, May 31, 2010 at 4:56 AM, Jon Povey 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 the gdb server to
allow s
ETM analyze produced no output when the trace buffer was empty.
This patch provides users with a clue.
Signed-off-by: Jon Povey
---
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 4f4bf9a..61ee99a 100644
---