Re: [Openocd-development] svf support

2009-01-18 Thread SimonQian
Hi, Basically, I agree with Dick. Some codes are more suitable to be written in a higher level language than C. But maybe it will need some time. I simply find no python3.0 in my latest ubuntu repository. Latest version is 2.5. So the svf2xsvf is not usable to me. If there is a better solution, j

Re: [Openocd-development] svf support

2009-01-18 Thread Rick Altherr
On Jan 18, 2009, at 7:05 AM, SimonQian wrote: Hi, commit this patch for svf, fix a bug when call jtag_add_plain_ir_scan or jtag_add_plain_dr_scan. field.in_handler and field.in_handler_priv are not initialized. 2009-01-18 Best Regards, Simon Qian SimonQian(simonq...@simonqian.com) ww

Re: [Openocd-development] Thumb disassembler

2009-01-18 Thread Rick Altherr
Commited in r1338. Rick On Jan 18, 2009, at 5:17 PM, Adam Dybkowski wrote: Hi. I've tried to disassemble ARM7TDMI Thumb code with openocd (built from repository version 1337) using command: armv4_5 disassemble 0x1000 8 thumb and have not get a Thumb disassembly. I've checked this in file

[Openocd-development] Thumb disassembler

2009-01-18 Thread Adam Dybkowski
Hi. I've tried to disassemble ARM7TDMI Thumb code with openocd (built from repository version 1337) using command: armv4_5 disassemble 0x1000 8 thumb and have not get a Thumb disassembly. I've checked this in file armv4_5.c and think it's a bug in handle_armv4_5_disassemble_command function.

Re: [Openocd-development] Fwd: [Openocd-svn] r1333 - trunk

2009-01-18 Thread Martin Panter
On 18/01/2009, Rick Altherr wrote: > > > Begin forwarded message: > > > Author: ntfreak > > Date: 2009-01-16 14:28:32 +0100 (Fri, 16 Jan 2009) > > New Revision: 1333 > > > > Modified: > > trunk/guess-rev.sh > > Log: > > - make guess-rev.sh work with msys > > > > Modified: trunk/guess-rev.sh > >

Re: [Openocd-development] SVF in OpenOCD

2009-01-18 Thread Rick Altherr
On Jan 18, 2009, at 1:53 PM, Dick Hollenbeck wrote: It is especially curious why this should exist at all when as of two weeks ago there was an SVF conversion tool in this project. It does not require a separate step to use. You are correct if it works as advertised. (If it d

Re: [Openocd-development] SVF in OpenOCD

2009-01-18 Thread Dick Hollenbeck
>> It is this kind of thing that make the maintenance considerations >> important. Again, C in my opinion, it not the easiest language in which >> to maintain something like this. > > The choice of language has very little to do with maintainability > (except for certain extreme cases for things