Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-16 Thread Austin, Alex
May 13, 2011 12:25 AM To: Austin, Alex Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent Hi Alex, thanks for the insight! This is very interesting Do you know what it would take to implement such a server? A gdb server, that Ope

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Øyvind Harboe
Hi Alex, thanks for the insight! This is very interesting Do you know what it would take to implement such a server? A gdb server, that OpenOCD has, has as a lot of optional functionality. What's the minimum that we'd have to do to get started? -- Øyvind Harboe Can Zylin Consulting help

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Austin, Alex
ssage- From: openocd-development-boun...@lists.berlios.de [mailto:openocd-development-boun...@lists.berlios.de] On Behalf Of Martin Davey Sent: Thursday, May 12, 2011 3:08 PM To: Øyvind Harboe Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] OpenOCD becoming an Eclips

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Martin Davey
On 12/05/2011 20:22, Øyvind Harboe wrote: So OpenOCD would have a TCF TCP/IP server that would feed output/input from DCC? Why is code required on the target? As I understand it, you can run an agent on the target, or the agent could be like OpenOCD and bridge between the JTAG and TCF connn

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Øyvind Harboe
So OpenOCD would have a TCF TCP/IP server that would feed output/input from DCC? Why is code required on the target? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XSca

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Tomek CEDRO
On Thu, May 12, 2011 at 7:13 PM, Øyvind Harboe wrote: > What would this do? " TCF is intended to become a replacement for protocols like the GDB Serial, WDB, and GDB/MI protocols used for embedded software development. On top of the protocol specification, which is the core of TCF, the initial c

Re: [Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Øyvind Harboe
What would this do? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd

[Openocd-development] OpenOCD becoming an Eclipse TCF Agent

2011-05-12 Thread Martin Davey
The TCF project from Eclipse looks promising: http://wiki.eclipse.org/DSDP/TCF Just wondered what thoughts were in OpenOCD becoming a TCF agent? Would this ever likely be an accepted direction within OpenOCD, or would it be better to write an external agent? Martin. __