Re: [Openocd-development] [patch] partial support for dsp568013/568037

2011-05-17 Thread Rodrigo Rosa
On Tue, May 17, 2011 at 10:16 PM, Øyvind Harboe wrote: > > Good work! > > I think your chances of getting help on this one would > improve if we get this into the official repository first. > > If your code is well tested, I'm inclined to commit it as-is as > a starting point to make improvements

Re: [Openocd-development] Unusual ARM chip

2011-05-17 Thread Øyvind Harboe
Which chip? -- Ø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-develop

Re: [Openocd-development] [PATCH] Get register value if it's invalid in cache

2011-05-17 Thread Øyvind Harboe
Are you still comfortable with this patch? Any objections? Anyone did any testing on other targets? -- Ø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 deb

Re: [Openocd-development] Error in test for current thread?

2011-05-17 Thread Øyvind Harboe
Any objections? -- Ø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-dev

Re: [Openocd-development] [patch] partial support for dsp568013/568037

2011-05-17 Thread Øyvind Harboe
Good work! I think your chances of getting help on this one would improve if we get this into the official repository first. If your code is well tested, I'm inclined to commit it as-is as a starting point to make improvements and get testing going. A general comment about error messages. The er

[Openocd-development] Unusual ARM chip

2011-05-17 Thread Austin, Alex
I am attempting to use OpenOCD with a cellular chipset with an ARM11 and an ARM7+DSP core. I can access it with the Lauterbach debugger, but I find the interface very difficult to use and would prefer OpenOCD. It looks like some sort of TAP controller, perhaps like an OMAP3. Has anyone seen anythi

Re: [Openocd-development] Error in test for current thread?

2011-05-17 Thread Alan Bowman
> current_threadid is neither 0 or 1.  I think that the 0 is the case > where the current thread has not been updated, but I'm not sure why > the test for 1.  Should it instead be a test for -1 (the > initialisation value for the global variable) to check whether it has > been updated at all?  If s