Re: [OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Andrey Yurovsky
On Mon, May 12, 2014 at 2:36 PM, Duane Ellis wrote: > This is not a simple thing and is not something you really want to do with > wireshark directly, indirectly yes - but not directly. > > OpenOCD should provide only the means to extract (download) the captured > trace data from the ETB (more c

Re: [OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Duane Ellis
This is not a simple thing and is not something you really want to do with wireshark directly, indirectly yes - but not directly. OpenOCD should provide only the means to extract (download) the captured trace data from the ETB (more correctly, the TMC - trace memory controller) and create a fi

Re: [OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Paul Fertser
On Mon, May 12, 2014 at 10:14:23AM -0700, Andrey Yurovsky wrote: > What do you think of using pcap format and letting a tool like > Wireshark display trace data? I do not think anything but here's some feedback from Karl: 22:28 < karlp> PaulFertser: not sure why I'd want to use wireshark to use i

Re: [OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Andrey Yurovsky
On Mon, May 12, 2014 at 10:04 AM, Paul Fertser wrote: > Hi, > > On Mon, May 12, 2014 at 09:39:09AM -0700, Andrey Yurovsky wrote: > > Hi folks. I'm working on adding ITM trace support for the Atmel EDBG > > (CMSIS-DAP) dongles and would like to discuss how tracing should be > > implemented in gen

Re: [OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Paul Fertser
Hi, On Mon, May 12, 2014 at 09:39:09AM -0700, Andrey Yurovsky wrote: > Hi folks. I'm working on adding ITM trace support for the Atmel EDBG > (CMSIS-DAP) dongles and would like to discuss how tracing should be > implemented in general. ... Good news, thank you for working on this. Another thing

Re: [OpenOCD-devel] splitting Openocd into parts, scripting, GUIs etc

2014-05-12 Thread Peter Stuge
Duane, Peter Stuge wrote: > > we could now creat a unified scripting language that is first class, > > the same language constructs that work *end*to*end* across the debug > > landscape. > > I'd like to see that happen, but I think it should start from scratch. Take a look at this project: http

[OpenOCD-devel] RFC: unified trace featutre

2014-05-12 Thread Andrey Yurovsky
Hi folks. I'm working on adding ITM trace support for the Atmel EDBG (CMSIS-DAP) dongles and would like to discuss how tracing should be implemented in general. Right now we have only one ITM trace implementation (in the stlinkv2 HLA driver) and that's done in the target polling method as well as

[OpenOCD-devel] [PATCH]: f853194 target/mips32_pracc: fix C99 format specifiers

2014-05-12 Thread gerrit
This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2140 -- gerrit commit f853194890cf5fbba01967826fe28410fdca9dbe Author: Paul Fertser Date: Mon May 12 11:57:40 2014 +0400 tar